File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3033,7 +3033,7 @@ mingw* | pw32*)
3033
3033
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3034
3034
lt_cv_file_magic_cmd='func_win32_libid'
3035
3035
else
3036
- lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
3036
+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64 )'
3037
3037
lt_cv_file_magic_cmd='$OBJDUMP -f'
3038
3038
fi
3039
3039
lt_cv_deplibs_check_method=pass_all
Original file line number Diff line number Diff line change @@ -2568,7 +2568,7 @@ func_win32_libid ()
2568
2568
;;
2569
2569
* ar\ archive* ) # could be an import, or static
2570
2570
if eval $OBJDUMP -f $1 | $SED -e ' 10q' 2> /dev/null |
2571
- $EGREP ' file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' > /dev/null ; then
2571
+ $EGREP ' file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64 )' > /dev/null ; then
2572
2572
win32_nmres=` eval $NM -f posix -A $1 |
2573
2573
$SED -n -e '
2574
2574
1,100{
Original file line number Diff line number Diff line change @@ -5385,7 +5385,7 @@ mingw* | pw32*)
5385
5385
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5386
5386
lt_cv_file_magic_cmd='func_win32_libid'
5387
5387
else
5388
- lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5388
+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64|pe-aarch64 )'
5389
5389
lt_cv_file_magic_cmd='$OBJDUMP -f'
5390
5390
fi
5391
5391
lt_cv_deplibs_check_method=pass_all
You can’t perform that action at this time.
0 commit comments