]> git.sur5r.net Git - u-boot/blobdiff - config.mk
Moved the waiting loop for "Read Data Request" RDDREQ into the
[u-boot] / config.mk
index d85ac36b5e602c3e80c67c8c5cb1d767f6f49680..aef099ec866176d470cf96826a7e2765b83d2b5b 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -131,6 +131,15 @@ 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)