comparison build-scripts/ltmain.sh @ 5102:cce11d33d5c6

Ozkan Sezer to slouken The attached small patch updates SDL's libtoolized files for pe-x86_64 magic, ie win/x64.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jan 2011 12:23:32 -0800
parents 195eb6d42bf0
children
comparison
equal deleted inserted replaced
5101:1b3678ac9804 5102:cce11d33d5c6
2558 *ar\ archive\ import\ library*) # definitely import 2558 *ar\ archive\ import\ library*) # definitely import
2559 win32_libid_type="x86 archive import" 2559 win32_libid_type="x86 archive import"
2560 ;; 2560 ;;
2561 *ar\ archive*) # could be an import, or static 2561 *ar\ archive*) # could be an import, or static
2562 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | 2562 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
2563 $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then 2563 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null ; then
2564 win32_nmres=`eval $NM -f posix -A $1 | 2564 win32_nmres=`eval $NM -f posix -A $1 |
2565 $SED -n -e ' 2565 $SED -n -e '
2566 1,100{ 2566 1,100{
2567 / I /{ 2567 / I /{
2568 s,.*,import, 2568 s,.*,import,