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.
This commit is contained in:
wdenk
2004-05-19 21:33:14 +00:00
parent 10767ccb86
commit e4cc71aa44
14 changed files with 274 additions and 38 deletions

View File

@@ -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