base: Don't use large pages when building libs for x86-64
This commit is contained in:
parent
00075494e6
commit
2d52464c8f
@ -2,6 +2,7 @@ ARCH=x86_64
|
||||
|
||||
ARCH_KERNEL_CFLAGS = -mno-red-zone -fno-omit-frame-pointer -mfsgsbase
|
||||
ARCH_KERNEL_CFLAGS += -mgeneral-regs-only -z max-page-size=0x1000 -nostdlib
|
||||
ARCH_USER_CFLAGS += -z max-page-size=0x1000
|
||||
|
||||
TARGET=x86_64-pc-toaru
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user