We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3eabe commit b3bee1eCopy full SHA for b3bee1e
arch/x86/Makefile
@@ -43,7 +43,7 @@ endif
43
44
# How to compile the 16-bit code. Note we always compile for -march=i386;
45
# that way we can complain to the user if the CPU is insufficient.
46
-REALMODE_CFLAGS := -m16 -g -Os -DDISABLE_BRANCH_PROFILING -D__DISABLE_EXPORTS \
+REALMODE_CFLAGS := -std=gnu11 -m16 -g -Os -DDISABLE_BRANCH_PROFILING -D__DISABLE_EXPORTS \
47
-Wall -Wstrict-prototypes -march=i386 -mregparm=3 \
48
-fno-strict-aliasing -fomit-frame-pointer -fno-pic \
49
-mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
0 commit comments