]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/12562 (Enable libstdc++-v3 compliation on *-gnu*)
authorJeff Bailey <jbailey@nisa.net>
Wed, 15 Oct 2003 02:17:34 +0000 (02:17 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 15 Oct 2003 02:17:34 +0000 (19:17 -0700)
2003-10-14  Jeff Bailey  <jbailey@nisa.net>

       PR libstdc++/12562
       * crossconfig.m4: Share the config between *-linux* and *-gnu*.
       * configure: Regenerate.

From-SVN: r72510

libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4

index 9b3d320989efb315181d8d60ee2fc4a24edabe8c..6b73aee7103809f04778f1d22f57fae08a052815 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-14  Jeff Bailey  <jbailey@nisa.net>
+       
+       PR libstdc++/12562
+       * crossconfig.m4: Share the config between *-linux* and *-gnu*.
+       * configure: Regenerate.
+
 2003-10-14  Carlo Wood  <carlo@alinoe.com>
 
        PR libstdc++/12600
index 49a37bb49dcc4ecec2b795be630344639ce4ec3c..923f436e52b5e4e49ccdf3a2fac08955efb240f3 100755 (executable)
@@ -51047,7 +51047,7 @@ _ACEOF
        ;;
     esac
     ;;
-  *-linux* | *-uclinux*)
+  *-linux* | *-uclinux* | *-gnu*)
     #os_include_dir="os/gnu-linux"
 
 
index be4398c63abc21c8e062d02624b32538010b6277..e207ebe764fd37fc6e54f30ff1c6be279dad2958 100644 (file)
@@ -125,7 +125,7 @@ case "${host}" in
        ;;
     esac
     ;;
-  *-linux* | *-uclinux*)
+  *-linux* | *-uclinux* | *-gnu*)
     #os_include_dir="os/gnu-linux"
     AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
       machine/endian.h machine/param.h sys/machine.h sys/types.h \