From: Jay Freeman (saurik) Date: Wed, 15 Dec 2010 01:04:01 +0000 (-0800) Subject: g++ -mthumb X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6e7cf30512d1ce4ba695be288601de7af4ef4ffe g++ -mthumb --- diff --git a/makefile b/makefile index 3c6cda48..5fbff179 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