[devel] Added WinCE support to ltmain.sh
This commit is contained in:
parent
33023522ba
commit
3ce2146941
@ -2560,7 +2560,7 @@ func_win32_libid ()
|
|||||||
;;
|
;;
|
||||||
*ar\ archive*) # could be an import, or static
|
*ar\ archive*) # could be an import, or static
|
||||||
if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
|
if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
|
||||||
$EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
|
$EGREP 'file format (pe-i386(.*architecture: i386)?|pe-arm-wince)' >/dev/null ; then
|
||||||
win32_nmres=`eval $NM -f posix -A $1 |
|
win32_nmres=`eval $NM -f posix -A $1 |
|
||||||
$SED -n -e '
|
$SED -n -e '
|
||||||
1,100{
|
1,100{
|
||||||
|
Loading…
Reference in New Issue
Block a user