From 36f213017eee9c5946ded485bcbf013462bb8bcf Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 8 Mar 2010 14:49:58 -0500 Subject: [PATCH] use thumb again. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 7506f0cf1..a6156ec45 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ PLATFORM_LDFLAGS = PLATFORM_RELFLAGS = -fno-strict-aliasing -fno-common -ffixed-r8 -ffunction-sections -msoft-float -Wcast-align -Wall PLATFORM_CPPFLAGS = -march=armv4t -mlong-calls -mtune=arm7tdmi-s -DCONFIG_ARM -D__ARM__ -mthumb-interwork -THUMB_FLAGS= #-mthumb -mcallee-super-interworking +THUMB_FLAGS= -mthumb -mcallee-super-interworking #########################################################################