From: Jay Freeman (saurik) Date: Mon, 23 Sep 2013 02:51:40 +0000 (-0700) Subject: Support armv6 with clang using the iPhoneOS5.1 SDK. X-Git-Tag: v1.1.9~33 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0f5beb70fff75c1d4a843cd0933d32bb2746448c?ds=sidebyside Support armv6 with clang using the iPhoneOS5.1 SDK. --- diff --git a/makefile b/makefile index 05197397..d167f4ed 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,9 @@ sdks := $(dev)/SDKs ioss := $(sort $(patsubst $(sdks)/iPhoneOS%.sdk,%,$(wildcard $(sdks)/iPhoneOS*.sdk))) ios := $(word $(words $(ioss)),$(ioss)) +# XXX: as of iOS 6.x armv6 is not supported :( +ios := 5.1 + # if you can tolerate clang, set this to blank gcc := 4.2