Skip to content

Commit

Permalink
aarch64: force sysroot; smaller page size
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jan 22, 2024
1 parent 5af3ec2 commit a7cad83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/aarch64.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a7cad83

Please sign in to comment.