X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=config.mk;h=bcda77611a842bc5d063f4bdbb4fc8b6ce53695b;hb=2a3a96ca5e7e407140e3c3ef77ece72d5db30bc4;hp=c4ad223bfacb41c777f306a8520ab825fb145385;hpb=c7da8c19b5f7fd58b5b4b1d247648851af56e1f0;p=karo-tx-uboot.git diff --git a/config.mk b/config.mk index c4ad223bfa..bcda77611a 100644 --- a/config.mk +++ b/config.mk @@ -191,14 +191,6 @@ 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) -ifeq ($(findstring 2.9,$(shell $(CC) --version)),2.9) -CFLAGS := $(CPPFLAGS) -Wall -Wno-trigraphs -endif -endif - # $(CPPFLAGS) sets -g, which causes gcc to pass a suitable -g # option to the assembler. AFLAGS_DEBUG :=