From 7fb90daf9fb88c9a8297f9239593125f67e0b389 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 28 Dec 2011 01:19:06 +0100 Subject: add si570 test code to main --- sdr-test-project/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdr-test-project/Makefile') 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 -- cgit v1.2.3