Changeset 199

Show
Ignore:
Timestamp:
12/07/06 14:51:43 (2 years ago)
Author:
gbooker
Message:

I thought [197] fixed the ARCH_X86_32 define issue, but it didn't.
The configure, it all its wonder, translates i386 to x86_32 before it reads the arch specified on the command line.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/createStaticLibs.sh

    r197 r199  
    3535        cd "$BUILDDIR" 
    3636        if [ `arch` != i386 ] ; then 
    37                 "$SRCROOT/ffmpeg/configure" --cross-compile --arch=i386 --extra-ldflags='-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk' --extra-cflags='-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk' $extraConfigureOptions $generalConfigureOptions --cpu=pentium-m  
     37                "$SRCROOT/ffmpeg/configure" --cross-compile --arch=x86_32 --extra-ldflags='-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk' --extra-cflags='-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk' $extraConfigureOptions $generalConfigureOptions --cpu=pentium-m  
    3838        else 
    3939                "$SRCROOT/ffmpeg/configure" $extraConfigureOptions $generalConfigureOptions --cpu=pentium-m