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 274ca2e commit 1816d75Copy full SHA for 1816d75
arch/x86_64/src/common/Toolchain.defs
@@ -32,6 +32,9 @@ ifeq ($(CONFIG_FRAME_POINTER),y)
32
ARCHOPTIMIZATION += -fno-omit-frame-pointer -fno-optimize-sibling-calls
33
endif
34
35
+ARCHCFLAGS += -fno-common -Wno-attributes
36
+ARCHCXXFLAGS += -fno-common -Wno-attributes -nostdinc++
37
+
38
ARCHCPUFLAGS = -fno-pic -mcmodel=large -fno-stack-protector -mno-red-zone -mrdrnd
39
ARCHPICFLAGS = -fPIC
40
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
0 commit comments