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 ab1456c commit 5a821e2Copy full SHA for 5a821e2
arch/powerpc/boot/Makefile
@@ -70,6 +70,7 @@ BOOTCPPFLAGS := -nostdinc $(LINUXINCLUDE)
70
BOOTCPPFLAGS += -isystem $(shell $(BOOTCC) -print-file-name=include)
71
72
BOOTCFLAGS := $(BOOTTARGETFLAGS) \
73
+ -std=gnu11 \
74
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
75
-fno-strict-aliasing -O2 \
76
-msoft-float -mno-altivec -mno-vsx \
0 commit comments