@@ -440,7 +440,7 @@ int main (void) {
440
440
AS_CASE ( [ $enable_imprecise_c99_float_ops,$target] ,
441
441
[ no,*] , [ hard_error=true] ,
442
442
[ yes,*] , [ hard_error=false] ,
443
- [ *,x86_64-w64-mingw32] , [ hard_error=false] ,
443
+ [ *,x86_64-w64-mingw32* ] , [ hard_error=false] ,
444
444
[ hard_error=true] )
445
445
AS_IF ( [ test x"$hard_error" = "xtrue"] ,
446
446
[ AC_MSG_ERROR ( m4_normalize ( [
@@ -449,7 +449,7 @@ int main (void) {
449
449
[ AC_MSG_WARN ( m4_normalize ( [
450
450
round does not work; emulation enabled] ) ) ] ) ] ,
451
451
[ AS_CASE ( [ $target] ,
452
- [ x86_64-w64-mingw32] ,[ AC_MSG_RESULT ( [ cross-compiling; assume not] ) ] ,
452
+ [ x86_64-w64-mingw32* ] ,[ AC_MSG_RESULT ( [ cross-compiling; assume not] ) ] ,
453
453
[ AC_MSG_RESULT ( [ cross-compiling; assume yes] )
454
454
AC_DEFINE ( [ HAS_WORKING_ROUND] ) ] ) ] )
455
455
] )
@@ -492,7 +492,7 @@ int main (void) {
492
492
AS_CASE ( [ $enable_imprecise_c99_float_ops,$target] ,
493
493
[ no,*] , [ hard_error=true] ,
494
494
[ yes,*] , [ hard_error=false] ,
495
- [ *,x86_64-w64-mingw32|*,x86_64-*-cygwin*] , [ hard_error=false] ,
495
+ [ *,x86_64-w64-mingw32* |*,x86_64-*-cygwin*] , [ hard_error=false] ,
496
496
[ AS_CASE ( [ $ocaml_cv_cc_vendor] ,
497
497
[ msvc-*] , [ AS_IF ( [ test "${ocaml_cv_cc_vendor#msvc-}" -lt 1920 ] ,
498
498
[ hard_error=false] ,
@@ -505,7 +505,7 @@ int main (void) {
505
505
[ AC_MSG_WARN ( m4_normalize ( [
506
506
fma does not work; emulation enabled] ) ) ] ) ] ,
507
507
[ AS_CASE ( [ $target] ,
508
- [ x86_64-w64-mingw32|x86_64-*-cygwin*] ,
508
+ [ x86_64-w64-mingw32* |x86_64-*-cygwin*] ,
509
509
[ AC_MSG_RESULT ( [ cross-compiling; assume not] ) ] ,
510
510
[ AC_MSG_RESULT ( [ cross-compiling; assume yes] )
511
511
AC_DEFINE ( [ HAS_WORKING_FMA] ) ] ) ] )
0 commit comments