arm64: Add more random scripts to get stuff to compile
Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: Ie043af5b7471f626a1ffe100848151c832dcc439 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1853 Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
80f7396496
commit
cbdb30f467
@@ -422,6 +422,13 @@ rule KernelArchitectureSetup architecture
|
||||
-Wl,-z -Wl,max-page-size=0x1000
|
||||
-Wl,-z -Wl,common-page-size=0x1000 ;
|
||||
|
||||
case arm64 :
|
||||
# Workaround for ld using 32k for alignment despite forcing it in the config...
|
||||
# should definitely not be needed!
|
||||
HAIKU_KERNEL_LINKFLAGS +=
|
||||
-Wl,-z -Wl,max-page-size=0x1000
|
||||
-Wl,-z -Wl,common-page-size=0x1000 ;
|
||||
|
||||
case ppc :
|
||||
# Build a position independent PPC kernel. We need to be able to
|
||||
# relocate the kernel, since the virtual address space layout at
|
||||
|
||||
Reference in New Issue
Block a user