mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 12:19:40 +00:00
.. | ||
build.sh | ||
LDID.Makefile | ||
README | ||
wrapper.c |
PRE-REQUISITES: See cctools/ld64 README + git + bash + a jailbroken iOS device USAGE: ./build.sh /path/to/sdk.tar.* <target cpu> Target CPU should be one of armv6, armv7, armv7s and arm64. This will build an iOS toolchain prefixed with arm-apple-darwin11-* You can then use arm-apple-darwin11-clang / arm apple-darwin11-clang++ to build your applications. --- IPHONEOS_DEPLOYMENT_TARGET can be used to target older iOS versions. For example: export IPHONEOS_DEPLOYMENT_TARGET=5.0 will target iOS 5.0.