aarch64: force sysroot; smaller page size

This commit is contained in:
K. Lange 2024-01-22 21:46:57 +09:00
parent 5af3ec2f5f
commit a7cad83e78
1 changed files with 2 additions and 2 deletions

View File

@ -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