|
@@ -5815,7 +5815,7 @@ cygwin*)
|
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
|
- lt_cv_deplibs_check_method=pass_all # SDL customization
|
|
|
+ lt_cv_deplibs_check_method=pass_all # SDL customization.
|
|
|
;;
|
|
|
|
|
|
mingw* | windows* | pw32*)
|
|
@@ -5827,10 +5827,10 @@ mingw* | windows* | pw32*)
|
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
|
else
|
|
|
# Keep this pattern in sync with the one in func_win32_libid.
|
|
|
- lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
|
|
|
+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64)'
|
|
|
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
|
|
fi
|
|
|
- lt_cv_deplibs_check_method=pass_all # SDL customization
|
|
|
+ lt_cv_deplibs_check_method=pass_all # SDL customization.
|
|
|
;;
|
|
|
|
|
|
cegcc*)
|
|
@@ -11600,14 +11600,14 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
|
|
|
cygwin*)
|
|
|
# Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
|
|
#soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
|
|
|
- soname_spec='`echo $libname | sed -e 's/^lib//'`$shared_ext' # SDL customization
|
|
|
+ soname_spec='`echo $libname | sed -e 's/^lib//'`$shared_ext' # SDL customization.
|
|
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
|
;;
|
|
|
mingw* | windows* | cegcc*)
|
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
|
#soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
|
|
|
- soname_spec='`echo $libname | $SED -e 's/^lib//'`$shared_ext' # SDL customization
|
|
|
+ soname_spec='`echo $libname | $SED -e 's/^lib//'`$shared_ext' # SDL customization.
|
|
|
;;
|
|
|
pw32*)
|
|
|
# pw32 DLLs use 'pw' prefix rather than 'lib'
|
|
@@ -16984,13 +16984,13 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
|
|
|
cygwin*)
|
|
|
# Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
|
|
#soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
|
|
|
- soname_spec='`echo $libname | sed -e 's/^lib//'`$shared_ext' # SDL customization
|
|
|
+ soname_spec='`echo $libname | sed -e 's/^lib//'`$shared_ext' # SDL customization.
|
|
|
|
|
|
;;
|
|
|
mingw* | windows* | cegcc*)
|
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
|
#soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
|
|
|
- soname_spec='`echo $libname | $SED -e 's/^lib//'`$shared_ext' # SDL customization
|
|
|
+ soname_spec='`echo $libname | $SED -e 's/^lib//'`$shared_ext' # SDL customization.
|
|
|
;;
|
|
|
pw32*)
|
|
|
# pw32 DLLs use 'pw' prefix rather than 'lib'
|