From: richardbarry Date: Mon, 28 Sep 2009 18:05:54 +0000 (+0000) Subject: Added a couple of extra compiler options better for use with the latest Yagarto release. X-Git-Tag: V6.0.0~68 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f34b72e7055c56e0b4bb879970e4902838ba6bd;p=freertos Added a couple of extra compiler options better for use with the latest Yagarto release. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@860 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile index a9cb9f096..8a8bafd03 100644 --- a/Demo/ARM7_LPC2106_GCC/Makefile +++ b/Demo/ARM7_LPC2106_GCC/Makefile @@ -45,10 +45,6 @@ # licensing and training services. #*/ -# Changes from V2.4.2 -# -# + Replaced source/portable/gcc/arm7/portheap.c with source/portable/memmang/heap_2.c. - CC=arm-elf-gcc OBJCOPY=arm-elf-objcopy ARCH=arm-elf-ar @@ -61,7 +57,7 @@ WARNINGS=-Wall -Wextra -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align # CFLAGS=$(WARNINGS) -D $(RUN_MODE) -D GCC_ARM7 -I. -I../../Source/include \ -I../Common/include $(DEBUG) -mcpu=arm7tdmi -T$(LDSCRIPT) \ - $(OPTIM) -fomit-frame-pointer -fno-strict-aliasing + $(OPTIM) -fomit-frame-pointer -fno-strict-aliasing -fno-dwarf2-cfi-asm ifeq ($(USE_THUMB_MODE),YES) CFLAGS += -mthumb-interwork -D THUMB_INTERWORK