Changeset 3343 for pjproject/trunk/configure-iphone
- Timestamp:
- Oct 13, 2010 11:57:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/configure-iphone
r3175 r3343 18 18 echo " to use. By default, the compiler is deduced from the" 19 19 echo " SDK." 20 echo " ARCH Optional flags to specify target architecture, e.g." 21 echo " ARCH='-arch armv6'" 20 22 echo "" 21 23 exit 0 … … 105 107 # Use gcc -E as preprocessor instead of cpp, since cpp will find the 106 108 # header files in standard /usr/include instead of in isysroot 107 export CPP="${CC} -E -isysroot ${SDKPATH}"109 export CPP="${CC} ${ARCH} -E -isysroot ${SDKPATH}" 108 110 109 111 # Print settings
Note: See TracChangeset
for help on using the changeset viewer.