summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-09-22 19:51:40 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-09-22 19:51:40 -0700
commit0f5beb70fff75c1d4a843cd0933d32bb2746448c (patch)
tree3005f5f12bb71d1741224421f0fd416025df9a01 /makefile
parentc38cbbec7f729cc3e260f48b55fb65d93c163069 (diff)
Support armv6 with clang using the iPhoneOS5.1 SDK.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0519739..d167f4e 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