]> git.saurik.com Git - cydia.git/commitdiff
Support armv6 with clang using the iPhoneOS5.1 SDK.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Sep 2013 02:51:40 +0000 (19:51 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Sep 2013 02:51:40 +0000 (19:51 -0700)
makefile

index 051973977bd0c881d594a00854b26dbef520922c..d167f4ed0723a1fb812fb5e203b2e1a5e2f4902b 100644 (file)
--- 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