Tweaked kernel CFLAGS

This commit is contained in:
Jozef Nagy 2025-05-22 11:48:51 +02:00
parent 4f39a7564e
commit b1d59e02eb
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
2 changed files with 2 additions and 4 deletions

View file

@ -20,6 +20,7 @@
KERNEL_CFLAGS += -m64 \
-march=x86-64 \
-mabi=sysv \
-mcmodel=kernel \
-mno-red-zone \
-mno-80387 \
-mno-mmx \