diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-28 01:19:06 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-28 01:19:06 +0100 |
commit | 7fb90daf9fb88c9a8297f9239593125f67e0b389 (patch) | |
tree | cd8d5313872a83a7c0cb638a645a0ea8667d7dba /sdr-test-project/Makefile | |
parent | 23f95a767f638a40800b841f4fc314adb5136fcc (diff) |
add si570 test code to main
Diffstat (limited to 'sdr-test-project/Makefile')
-rw-r--r-- | sdr-test-project/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdr-test-project/Makefile b/sdr-test-project/Makefile index 3d96c04..22015b9 100644 --- a/sdr-test-project/Makefile +++ b/sdr-test-project/Makefile @@ -101,7 +101,7 @@ TARGET_OPTS = endif
CFLAGS += $(TARGET_OPTS)
-CFLAGS += -Wall -mlong-calls -ffunction-sections
+CFLAGS += -Wall -mlong-calls -ffunction-sections -fno-rtti -fno-exceptions
CFLAGS += -g $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -DTRACE_LEVEL=$(TRACE_LEVEL)
ASFLAGS = $(TARGET_OPTS) -Wall -g $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -D__ASSEMBLY__
LDFLAGS = -g $(OPTIMIZATION) -nostartfiles $(TARGET_OPTS) -Wl,--gc-sections
|