re PR c++/12562 (Enable libstdc++-v3 compliation on *-gnu*)

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
This commit is contained in:
Jeff Bailey 2003-10-15 02:17:34 +00:00 committed by Andrew Pinski
parent 28bac8bc74
commit 84e72d83e3
3 changed files with 8 additions and 2 deletions

View 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

View File

@ -51047,7 +51047,7 @@ _ACEOF
;;
esac
;;
*-linux* | *-uclinux*)
*-linux* | *-uclinux* | *-gnu*)
#os_include_dir="os/gnu-linux"

View 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 \