Fixed bug 3056866.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2148 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2010-08-31 18:11:27 +00:00
parent 70cea8391c
commit 0adea59bf2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ifneq ($(TSRC),)
endif
else
# Pure ARM mode
CPFLAGS += -mno-thumb-interwork
CFLAGS += -mno-thumb-interwork
CPPFLAGS += -mno-thumb-interwork
ASFLAGS += -mno-thumb-interwork
LDFLAGS += -mno-thumb-interwork