]> Savannah Git Hosting - gnulib.git/commitdiff
Update re *-*-windows*-gnu* config triplets, withdrawn on 2023-09-19.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Oct 2023 10:30:06 +0000 (12:30 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Oct 2023 10:30:06 +0000 (12:30 +0200)
* m4/*.m4: Don't recognize windows*-gnu* as equivalent to mingw*.

16 files changed:
ChangeLog
m4/fma.m4
m4/fmaf.m4
m4/fmal.m4
m4/frexp.m4
m4/frexpf.m4
m4/locale_h.m4
m4/logb.m4
m4/logbf.m4
m4/mkdir.m4
m4/modf.m4
m4/modff.m4
m4/modfl.m4
m4/printf.m4
m4/round.m4
m4/roundf.m4

index aa7b27443020037cd5d7dbdabab4784a34e6564c..184d93c57f0076aadb46ad6ee741988dc32ec88d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-03  Bruno Haible  <bruno@clisp.org>
+
+       Update re *-*-windows*-gnu* config triplets, withdrawn on 2023-09-19.
+       * m4/*.m4: Don't recognize windows*-gnu* as equivalent to mingw*.
+
 2023-10-03  Bruno Haible  <bruno@clisp.org>
 
        string-c++-tests, uchar-c++-tests: Fix link errors on Mac OS X.
index 22755e801858efde7d72a504e2d6b4de7a21d338..16e844a4bfdd08ffe519c79c3572362857289742 100644 (file)
--- a/m4/fma.m4
+++ b/m4/fma.m4
@@ -1,4 +1,4 @@
-# fma.m4 serial 5
+# fma.m4 serial 6
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -171,8 +171,6 @@ int main()
          dnl Otherwise guess no, even on glibc systems.
          gl_cv_func_fma_works="$gl_cross_guess_normal"
          case "$host_os" in
-           windows*-gnu*)
-             ;;
            windows*-msvc*)
              gl_cv_func_fma_works="guessing yes"
              ;;
index 1f7d2b79ebf6e3b1cf62c70f671b0e450e219bb9..b730b82619dec5df82575c3356009ab04577c22e 100644 (file)
@@ -1,4 +1,4 @@
-# fmaf.m4 serial 7
+# fmaf.m4 serial 8
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -190,8 +190,6 @@ int main()
          dnl Otherwise guess no, even on glibc systems.
          gl_cv_func_fmaf_works="$gl_cross_guess_normal"
          case "$host_os" in
-           windows*-gnu*)
-             ;;
            windows*-msvc*)
              gl_cv_func_fmaf_works="guessing yes"
              ;;
index 8aade89fc7262f35bd4f5721909825a905f65192..74f5bea1706ac7d4ce2b519d5a4183f2ce304288 100644 (file)
@@ -1,4 +1,4 @@
-# fmal.m4 serial 9
+# fmal.m4 serial 10
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -388,8 +388,6 @@ int main()
          dnl Otherwise guess no, even on glibc systems.
          gl_cv_func_fmal_works="$gl_cross_guess_normal"
          case "$host_os" in
-           windows*-gnu*)
-             ;;
            windows*-msvc*)
              gl_cv_func_fmal_works="guessing yes"
              ;;
index d38d1f422b9563fcf6e865a48b545a0e110b4662..0293765c5924f6a0225bbfccf4f7d49c019848a4 100644 (file)
@@ -1,4 +1,4 @@
-# frexp.m4 serial 17
+# frexp.m4 serial 18
 dnl Copyright (C) 2007-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -165,10 +165,7 @@ int main()
         [gl_cv_func_frexp_works=no],
         [case "$host_os" in
            netbsd* | irix*) gl_cv_func_frexp_works="guessing no" ;;
-             # Guess yes with MSVC, no with mingw.
-           windows*-gnu*)
-             gl_cv_func_frexp_works="guessing no"
-             ;;
+           # Guess yes with MSVC, no with mingw.
            windows*-msvc*)
              gl_cv_func_frexp_works="guessing yes"
              ;;
index 2857dcc87588d5ad59406f7b7f02c8c576964d75..6f0565f8037435d49b650f2294b5d04fd29efdfc 100644 (file)
@@ -1,4 +1,4 @@
-# frexpf.m4 serial 7
+# frexpf.m4 serial 8
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -89,10 +89,7 @@ int main()
         [gl_cv_func_frexpf_works=no],
         [case "$host_os" in
            irix*) gl_cv_func_frexpf_works="guessing no" ;;
-             # Guess yes with MSVC, no with mingw.
-           windows*-gnu*)
-             gl_cv_func_frexpf_works="guessing no"
-             ;;
+           # Guess yes with MSVC, no with mingw.
            windows*-msvc*)
              gl_cv_func_frexpf_works="guessing yes"
              ;;
index f7281ac0c819db994b6618567e8ac5b785ed394f..9410e1cf9121f33143e9671aa784a138a9d018e9 100644 (file)
@@ -1,4 +1,4 @@
-# locale_h.m4 serial 29
+# locale_h.m4 serial 30
 dnl Copyright (C) 2007, 2009-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -59,9 +59,6 @@ AC_DEFUN_ONCE([gl_LOCALE_H],
     dnl On native Windows with MSVC, merely define these member names as macros.
     dnl This avoids trouble in C++ mode.
     case "$host_os" in
-      windows*-gnu*)
-        REPLACE_STRUCT_LCONV=1
-        ;;
       windows*-msvc*)
         ;;
       mingw* | windows*)
index 8a4ad0d449114b09ef7aa986bb4ce7daa78174d9..ec65bef49b188400a56ad249302af08765d201a2 100644 (file)
@@ -135,9 +135,6 @@ int main ()
         [case "$host_os" in
            *gnu* | solaris* | cygwin*) gl_cv_func_logb_works="guessing no" ;;
            # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)
-             gl_cv_func_logb_works="guessing no"
-             ;;
            windows*-msvc*)
              gl_cv_func_logb_works="guessing yes"
              ;;
index 10fadaf11c82ae65cff3f0d8618a0ef9a8662266..05ee0bce315e97ed55d8697e237a449d3d60b416 100644 (file)
@@ -1,4 +1,4 @@
-# logbf.m4 serial 4
+# logbf.m4 serial 5
 dnl Copyright (C) 2012-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -76,9 +76,6 @@ int main ()
         [case "$host_os" in
            *gnu* | solaris*) gl_cv_func_logbf_works="guessing no" ;;
            # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)
-             gl_cv_func_logbf_works="guessing no"
-             ;;
            windows*-msvc*)
              gl_cv_func_logbf_works="guessing yes"
              ;;
index 79c5e2c740d936bd43345ecf27464d324090dd02..69f72ef1c6135421337aba7adfd92481e1ef8aee 100644 (file)
@@ -1,4 +1,4 @@
-# serial 19
+# serial 20
 
 # Copyright (C) 2001, 2003-2004, 2006, 2008-2023 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -32,7 +32,6 @@ AC_DEFUN([gl_FUNC_MKDIR],
                              # Guess yes on glibc systems.
           *-gnu* | gnu*)     gl_cv_func_mkdir_trailing_slash_works="guessing yes" ;;
                              # Guess yes on MSVC, no on mingw.
-          windows*-gnu*)     gl_cv_func_mkdir_trailing_slash_works="guessing no" ;;
           windows*-msvc*)    gl_cv_func_mkdir_trailing_slash_works="guessing yes" ;;
           mingw* | windows*) AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index 7ed6e4f357e60c3c360a76d04ee515008058455f..a5c988b02ea9954744a85c4486134d8310f67425 100644 (file)
@@ -1,4 +1,4 @@
-# modf.m4 serial 11
+# modf.m4 serial 12
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -66,7 +66,6 @@ int main (int argc, char *argv[])
                                    # Guess yes on musl systems.
                *-musl* | midipix*) gl_cv_func_modf_ieee="guessing yes" ;;
                                    # Guess yes on MSVC, no on mingw.
-               windows*-gnu*)      gl_cv_func_modf_ieee="guessing no" ;;
                windows*-msvc*)     gl_cv_func_modf_ieee="guessing yes" ;;
                mingw* | windows*)  AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index 36752fdd28ba307e5edadb30835f2dd4a673cc61..55626fc8b8a7fc0ad62ae0acf4bf655070aaea0e 100644 (file)
@@ -1,4 +1,4 @@
-# modff.m4 serial 13
+# modff.m4 serial 14
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -74,7 +74,6 @@ int main (int argc, char *argv[])
                                      # Guess yes on musl systems.
                  *-musl* | midipix*) gl_cv_func_modff_ieee="guessing yes" ;;
                                      # Guess yes on MSVC, no on mingw.
-                 windows*-gnu*)      gl_cv_func_modff_ieee="guessing no" ;;
                  windows*-msvc*)     gl_cv_func_modff_ieee="guessing yes" ;;
                  mingw* | windows*)  AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index ddefb07f6816f031fa961229e4948a378d674cc7..56220569bb4c816a713da9fc508ab95f9d357570 100644 (file)
@@ -1,4 +1,4 @@
-# modfl.m4 serial 10
+# modfl.m4 serial 11
 dnl Copyright (C) 2011-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -68,7 +68,6 @@ int main (int argc, char *argv[])
                                      # Guess yes on musl systems.
                  *-musl* | midipix*) gl_cv_func_modfl_ieee="guessing yes" ;;
                                      # Guess yes on MSVC, no on mingw.
-                 windows*-gnu*)      gl_cv_func_modfl_ieee="guessing no" ;;
                  windows*-msvc*)     gl_cv_func_modfl_ieee="guessing yes" ;;
                  mingw* | windows*)  AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index 3be48277a655085898bcfbc86b3258cf4dbc147d..d0d15eb9698dc7f4335fa2ce82d2986a235ceda8 100644 (file)
@@ -1,4 +1,4 @@
-# printf.m4 serial 85
+# printf.m4 serial 86
 dnl Copyright (C) 2003, 2007-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -86,7 +86,6 @@ changequote(,)dnl
            linux*-android*)      gl_cv_func_printf_sizes_c99="guessing yes";;
 changequote([,])dnl
                                  # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)        gl_cv_func_printf_sizes_c99="guessing no" ;;
            windows*-msvc*)       gl_cv_func_printf_sizes_c99="guessing yes" ;;
            mingw* | windows*)    AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -230,7 +229,6 @@ int main ()
                               # Guess yes on Android.
            linux*-android*)   gl_cv_func_printf_long_double="guessing yes";;
                               # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)     gl_cv_func_printf_long_double="guessing no" ;;
            windows*-msvc*)    gl_cv_func_printf_long_double="guessing yes" ;;
            mingw* | windows*) AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -358,7 +356,6 @@ changequote(,)dnl
            linux*-android*)      gl_cv_func_printf_infinite="guessing no";;
 changequote([,])dnl
                                  # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)        gl_cv_func_printf_infinite="guessing no" ;;
            windows*-msvc*)       gl_cv_func_printf_infinite="guessing yes" ;;
            mingw* | windows*)    AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -574,7 +571,6 @@ changequote(,)dnl
                    linux*-android*)      gl_cv_func_printf_infinite_long_double="guessing no";;
 changequote([,])dnl
                                          # Guess yes on MSVC, no on mingw.
-                   windows*-gnu*)        gl_cv_func_printf_infinite_long_double="guessing no" ;;
                    windows*-msvc*)       gl_cv_func_printf_infinite_long_double="guessing yes" ;;
                    mingw* | windows*)    AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -865,7 +861,6 @@ changequote(,)dnl
            linux*-android*)      gl_cv_func_printf_directive_f="guessing no";;
 changequote([,])dnl
                                  # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)        gl_cv_func_printf_directive_f="guessing no" ;;
            windows*-msvc*)       gl_cv_func_printf_directive_f="guessing yes" ;;
            mingw* | windows*)    AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -1629,7 +1624,6 @@ changequote(,)dnl
            linux*-android*)      gl_cv_func_snprintf_retval_c99="guessing yes";;
 changequote([,])dnl
                                  # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)        gl_cv_func_snprintf_retval_c99="guessing no" ;;
            windows*-msvc*)       gl_cv_func_snprintf_retval_c99="guessing yes" ;;
            mingw* | windows*)    AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index 4d6290fdb7a19b614ffe829087151050fedd11d6..de33ec87b34a04be24d69ff928cad382ed2b0e6a 100644 (file)
@@ -1,4 +1,4 @@
-# round.m4 serial 25
+# round.m4 serial 26
 dnl Copyright (C) 2007, 2009-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -62,7 +62,6 @@ int main()
         [case "$host_os" in
            netbsd* | aix*)    gl_cv_func_round_works="guessing no" ;;
                               # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)     gl_cv_func_round_works="guessing no" ;;
            windows*-msvc*)    gl_cv_func_round_works="guessing yes" ;;
            mingw* | windows*) AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
@@ -120,7 +119,6 @@ int main (int argc, char *argv[])
                                      # Guess yes on musl systems.
                  *-musl* | midipix*) gl_cv_func_round_ieee="guessing yes" ;;
                                      # Guess yes on MSVC, no on mingw.
-                 windows*-gnu*)      gl_cv_func_round_ieee="guessing no" ;;
                  windows*-msvc*)     gl_cv_func_round_ieee="guessing yes" ;;
                  mingw* | windows*)  AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER
index b8959163cef3303af35813f20966519fd438a0a6..5dc0fb9569520161eec4067e1e96c4f1cc684856 100644 (file)
@@ -1,4 +1,4 @@
-# roundf.m4 serial 26
+# roundf.m4 serial 27
 dnl Copyright (C) 2007-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -57,10 +57,7 @@ int main()
   return (x < 0.5f && roundf (x) != 0.0f);
 }]])], [gl_cv_func_roundf_works=yes], [gl_cv_func_roundf_works=no],
         [case "$host_os" in
-             # Guess yes on MSVC, no on mingw.
-           windows*-gnu*)
-             gl_cv_func_roundf_works="guessing no"
-             ;;
+           # Guess yes on MSVC, no on mingw.
            windows*-msvc*)
              gl_cv_func_roundf_works="guessing yes"
              ;;
@@ -127,7 +124,6 @@ int main (int argc, char *argv[])
                                      # Guess yes on musl systems.
                  *-musl* | midipix*) gl_cv_func_roundf_ieee="guessing yes" ;;
                                      # Guess yes on MSVC, no on mingw.
-                 windows*-gnu*)      gl_cv_func_roundf_ieee="guessing no" ;;
                  windows*-msvc*)     gl_cv_func_roundf_ieee="guessing yes" ;;
                  mingw* | windows*)  AC_EGREP_CPP([Known], [
 #ifdef _MSC_VER