base: Don't use large pages when building libs for x86-64

This commit is contained in:
K. Lange 2022-03-16 08:39:10 +09:00
parent 00075494e6
commit 2d52464c8f

View File

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