summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-05-19 21:33:14 +0000
committerwdenk <wdenk>2004-05-19 21:33:14 +0000
commite4cc71aa4403c82f0b3e89087024f83832ece9ec (patch)
tree48c8295c714dfbfe7be70796c87b41c2065f166f /config.mk
parent10767ccb86e0413633e7d89fbbb354014288b036 (diff)
downloadblackbird-obmc-uboot-e4cc71aa4403c82f0b3e89087024f83832ece9ec.tar.gz
blackbird-obmc-uboot-e4cc71aa4403c82f0b3e89087024f83832ece9ec.zip
Patch by Scott McNutt, 25 Apr 2004:
Add Nios GDB/JTAG Console support: - Add stubs to support gdb via JTAG. - Add support for console over JTAG. - Minor cleanup.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 313761b86d..2182391203 100644
--- a/config.mk
+++ b/config.mk
@@ -126,7 +126,7 @@ endif
# 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) -Wno-trigraphs
+CFLAGS := $(CPPFLAGS) -Wall -Wno-trigraphs
endif
endif
OpenPOWER on IntegriCloud