]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
authorBrad Spencer <spencer@infointeractive.com>
Tue, 1 Feb 2005 06:56:30 +0000 (06:56 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 1 Feb 2005 06:56:30 +0000 (06:56 +0000)
2005-01-31  Brad Spencer  <spencer@infointeractive.com>

* crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
* configure: Regenerated.

From-SVN: r94526

libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/po/Makefile.in
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.in

index f875fa4ab3af5491fa202d72439a650700809b7c..ab11dbbf2161ca948cb8cd94d74722e000d7f8a6 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-31  Brad Spencer  <spencer@infointeractive.com>
+
+       * crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
+       * configure: Regenerated.       
+
 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
 
        * include/std/std_limits.h (numeric_limits<float>::has_denorm):
index b6903d3b06d932c9b83e47c2bc3df397d05e039f..72e4b6ca78068399a750a948e22bc06d1850cc02 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index b67612a625777c82e949296fcdd0391a3c642108..0111a59f978e2a30ec40a4690215dabb253daf7c 100644 (file)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.9.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.3 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
@@ -40,7 +40,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-        [AM_AUTOMAKE_VERSION([1.9.4])])
+        [AM_AUTOMAKE_VERSION([1.9.3])])
 
 # AM_AUX_DIR_EXPAND
 
index 8b7b49374f47b48a9e00f242c8780f10bf26523c..2d5016a374a316b1570db8a2ed55d538c7171773 100755 (executable)
@@ -95434,14 +95434,19 @@ _ACEOF
 
        ;;
     esac
-    cat >>confdefs.h <<\_ACEOF
+    case "$target" in
+      *-*-solaris2.10)
+      # These two C99 functions are present only in Solaris >= 10
+      cat >>confdefs.h <<\_ACEOF
 #define HAVE_STRTOF 1
 _ACEOF
 
-    cat >>confdefs.h <<\_ACEOF
+      cat >>confdefs.h <<\_ACEOF
 #define HAVE_STRTOLD 1
 _ACEOF
 
+     ;;
+    esac
     cat >>confdefs.h <<\_ACEOF
 #define HAVE_MMAP 1
 _ACEOF
index 83a29b47007007209703aeaf8edcc2759c95a7e0..8ee7a7b1ee058ef976f3f42b165b55ec249431cb 100644 (file)
@@ -414,8 +414,13 @@ case "${host}" in
         AC_DEFINE(HAVE___BUILTIN_SINF)
        ;;
     esac
-    AC_DEFINE(HAVE_STRTOF)
-    AC_DEFINE(HAVE_STRTOLD)
+    case "$target" in
+      *-*-solaris2.10)
+      # These two C99 functions are present only in Solaris >= 10
+      AC_DEFINE(HAVE_STRTOF)
+      AC_DEFINE(HAVE_STRTOLD)
+     ;;
+    esac
     AC_DEFINE(HAVE_MMAP) 
     AC_DEFINE(HAVE_COPYSIGN)
     AC_DEFINE(HAVE_ISNAN)
index 8c00c66301c94dc09499e716ade8ff23dd2fb45e..0034dffbdc6b50483f94dfcf4559344c30fb024a 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index 2a98d68fb93129e978dc0187884956f0af84e7a7..2e48b9b033867009cc5949ee2db9cdfc38be4307 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index cc9b4dbdf20080a01395ef4e9dbcb05a2752dc1d..5a4b20c29be116ff1a10a2624b529fc764f0dbb5 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index a5b670dced483105c8b1352fe532fb70af900058..c8ac76078b65e6245df04156e09c0618d391565b 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index 96c4563ec3828f43266f7533419bd81785231148..a2145ac8003a95cd80de4be8a6946dc25f8c3672 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,