Changeset 14487
- Timestamp:
- 03/28/13 22:54:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/configs/config-ios-linux.sh ΒΆ
r14396 r14487 1 1 #!/bin/sh 2 3 export DEVROOT="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/" 4 export SDKROOT="$DEVROOT/SDKs/iPhoneOS6.0.sdk/" 5 export CC=$DEVROOT/usr/bin/gcc 6 export LD=$DEVROOT/usr/bin/ld 7 export CPP=$DEVROOT/usr/bin/cpp 8 export CXX=$DEVROOT/usr/bin/g++ 9 export CXXFLAGS="-O -arch armv7 -isysroot $SDKROOT" 10 export CFLAGS="-O -arch armv7 -isysroot $SDKROOT" 11 export AR=$DEVROOT/usr/bin/ar 12 export AS=$DEVROOT/usr/bin/as 13 export LDFLAGS="-lstdc++ -arch armv7 -isysroot $SDKROOT" 14 export LIBTOOL=$DEVROOT/usr/bin/libtool 15 export STRIP=$DEVROOT/usr/bin/strip 16 export RANLIB=$DEVROOT/usr/bin/ranlib 2 17 3 18 ./configure \ 4 19 --prefix=$ISSM_DIR \ 5 20 --build="i386-apple-darwin10.8.0" \ 6 --host="arm- linux-androideabi" \21 --host="arm-apple-darwin10" \ 7 22 --enable-shared \ 8 23 --with-ios=yes \
Note:
See TracChangeset
for help on using the changeset viewer.