Mercurial > sdl-ios-xcode
comparison acinclude/libtool.m4 @ 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 | 3da232c5980a |
children |
comparison
equal
deleted
inserted
replaced
5101:1b3678ac9804 | 5102:cce11d33d5c6 |
---|---|
3012 # unless we find 'file', for example because we are cross-compiling. | 3012 # unless we find 'file', for example because we are cross-compiling. |
3013 if ( file / ) >/dev/null 2>&1; then | 3013 if ( file / ) >/dev/null 2>&1; then |
3014 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | 3014 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
3015 lt_cv_file_magic_cmd='func_win32_libid' | 3015 lt_cv_file_magic_cmd='func_win32_libid' |
3016 else | 3016 else |
3017 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' | 3017 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' |
3018 lt_cv_file_magic_cmd='$OBJDUMP -f' | 3018 lt_cv_file_magic_cmd='$OBJDUMP -f' |
3019 fi | 3019 fi |
3020 lt_cv_deplibs_check_method=pass_all | 3020 lt_cv_deplibs_check_method=pass_all |
3021 ;; | 3021 ;; |
3022 | 3022 |