From 080fb7d084f878e792563a60a255b5fc993ae0ba Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 22 Nov 2007 11:29:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@104 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/ARM7-LPC214x-GCC/Makefile') diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile index 6c0750add..3698582e7 100644 --- a/demos/ARM7-LPC214x-GCC/Makefile +++ b/demos/ARM7-LPC214x-GCC/Makefile @@ -138,7 +138,7 @@ ifneq ($(TSRC),) # Pure THUMB case, THUMB C code cannot be called by ARM asm code directly CPFLAGS += -D THUMB LDFLAGS += -mthumb - ASFLAGS += -mthumb-interwork -D THUMB -D PURE_THUMB + ASFLAGS += -mthumb-interwork -D THUMB -D THUMB_NO_INTERWORKING endif endif -- cgit v1.2.3