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:
Jaroslaw Pelczar
2020-01-25 08:50:51 +00:00
committed by Adrien Destugues
parent 80f7396496
commit cbdb30f467
26 changed files with 875 additions and 2 deletions
+7
View File
@@ -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