diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-06 23:22:36 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-03-06 23:22:36 (GMT) |
commit | 0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch) | |
tree | 8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /config.mk | |
parent | 951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff) | |
download | u-boot-0be248fa9a32667d29b0eb1bad77bbd372903e61.tar.xz |
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -131,15 +131,6 @@ else CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes endif -ifdef WILD_WILD_WEST -CFLAGS := $(CPPFLAGS) -Werror -endif - -ifdef NO_JUMP -CFLAGS := $(CPPFLAGS) -fno-schedule-insns -fno-schedule-insns2 -endif - - # 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) |