aarch64: force sysroot; smaller page size
This commit is contained in:
parent
5af3ec2f5f
commit
a7cad83e78
@ -1,7 +1,7 @@
|
||||
ARCH=aarch64
|
||||
|
||||
ARCH_KERNEL_CFLAGS = -z max-page-size=0x1000 -nostdlib -mgeneral-regs-only -mno-outline-atomics -ffixed-x18
|
||||
ARCH_USER_CFLAGS = -Wno-psabi
|
||||
ARCH_KERNEL_CFLAGS = -z max-page-size=0x1000 -nostdlib -mgeneral-regs-only -mno-outline-atomics -ffixed-x18 --sysroot=base
|
||||
ARCH_USER_CFLAGS = -Wno-psabi --sysroot=base
|
||||
|
||||
TARGET=aarch64-unknown-toaru
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user