X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.mk;h=1dac29be57ba3f79d3eb94c126139c37d7b6679e;hb=c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda;hp=b08b7a7593657a2e7f9f9f316924117df815934e;hpb=42fd5f87b1613d3039f57e93c16f760a768d3e84;p=platform%2Fkernel%2Fu-boot.git diff --git a/config.mk b/config.mk index b08b7a7..1dac29b 100644 --- a/config.mk +++ b/config.mk @@ -172,6 +172,8 @@ else CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes endif +CFLAGS += $(call cc-option,-fno-stack-protector) + # avoid trigraph warnings while parsing pci.h (produced by NIOS gcc-2.9) # this option have to be placed behind -Wall -- that's why it is here ifeq ($(ARCH),nios)