Skip to content

Commit 96f6c77

Browse files
committed
arm: unforce thumb mode
(cherry picked from commit c24b587)
1 parent 135a0d6 commit 96f6c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ ifeq ($(ARCH), arm)
10041004
ifeq ($(CC_NAME), gcc)
10051005
#common stuff
10061006
CFLAGS+=-O9 -funroll-loops -Wcast-align $(PROFILE) \
1007-
-Wall
1007+
-Wall -marm
10081008
#if gcc 4.x+
10091009
ifeq ($(CC_CLASS), 4.x)
10101010
CFLAGS+=-mcpu=strongarm1100 -minline-all-stringops \

0 commit comments

Comments
 (0)