summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
committerWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
commit0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch)
tree8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /config.mk
parent951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff)
downloadblackbird-obmc-uboot-0be248fa9a32667d29b0eb1bad77bbd372903e61.tar.gz
blackbird-obmc-uboot-0be248fa9a32667d29b0eb1bad77bbd372903e61.zip
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.mk b/config.mk
index aef099ec86..d85ac36b5e 100644
--- a/config.mk
+++ b/config.mk
@@ -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)
OpenPOWER on IntegriCloud