summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-12-14 17:04:01 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-01-01 14:32:08 -0800
commit91107ccf316c36dc964e1cdf6c74d216fbce4aa4 (patch)
tree9a78c25a51c60c110847185a2656f5eb2bf2df97 /makefile
parent02586d01938a4b3960006d16ce1e88b533f7937d (diff)
g++ -mthumb
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3c6cda4..5fbff17 100644
--- a/makefile
+++ b/makefile
@@ -58,7 +58,7 @@ backrow += -FAppleTV -framework BackRow -framework AppleTV
#cycc = cycc -r4.2 -i$(ios) -o$@
gxx := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-$(gcc)
-cycc = $(gxx) -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F/Library/Frameworks
+cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F/Library/Frameworks
all: MobileCydia