Ignore:
Timestamp:
Jul 29, 2015 2:31:12 AM (9 years ago)
Author:
nanang
Message:

Re #1870: Fixed 64 bit arch issues on iOS: pool alignment, updated config.sub, updated lib/app file naming, lib dependencies on XCode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure-iphone

    r4633 r5137  
    114114  echo "$F: ARCH is not specified, choosing ${ARCH}" 
    115115fi 
     116export ARCH_VAL=`echo ${ARCH} | sed 's/\-arch //' | sed -e 's/^[ \t]*//;s/[ \t]*$//' ` 
    116117 
    117118# Set CXX if not set 
     
    142143  echo " AR = ${AR}" 
    143144  echo " RANLIB = ${RANLIB}" 
     145  echo " ARCH = ${ARCH_VAL}" 
    144146fi 
    145147 
    146148# And finally invoke the configure script itself 
    147 ./aconfigure --host=arm-apple-darwin9 --disable-sdl $* 
     149./aconfigure --host=${ARCH_VAL}-apple-darwin --disable-sdl $* 
    148150 
    149151if test "$?" = "0"; then 
Note: See TracChangeset for help on using the changeset viewer.