iOS fixes
This commit is contained in:
@@ -20,3 +20,4 @@ irix
|
||||
sparc-abi-check
|
||||
remove-debug-code
|
||||
ungccify
|
||||
ios-fixes
|
||||
|
||||
0
.pc/ios-fixes/.timestamp
Normal file
0
.pc/ios-fixes/.timestamp
Normal file
4528
.pc/ios-fixes/ChangeLog
Normal file
4528
.pc/ios-fixes/ChangeLog
Normal file
File diff suppressed because it is too large
Load Diff
12
.pc/ios-fixes/build-ios.sh
Executable file
12
.pc/ios-fixes/build-ios.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
PLATFORM_IOS=/Developer/Platforms/iPhoneOS.platform/
|
||||
PLATFORM_IOS_SIM=/Developer/Platforms/iPhoneSimulator.platform/
|
||||
SDK_IOS_VERSION="4.1"
|
||||
|
||||
mkdir -p "build-ios"
|
||||
pushd "build-ios"
|
||||
export CC="${PLATFORM_IOS}"/Developer/usr/bin/gcc-4.2
|
||||
export CFLAGS="-arch armv6 -isysroot ${PLATFORM_IOS}/Developer/SDKs/iPhoneOS${SDK_IOS_VERSION}.sdk/"
|
||||
../configure --host=arm-apple-darwin10 && make
|
||||
popd
|
||||
Reference in New Issue
Block a user