Commit 84e72d83 by Jeff Bailey Committed by Andrew Pinski

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
parent 28bac8bc
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
......
......@@ -51047,7 +51047,7 @@ _ACEOF
;;
esac
;;
*-linux* | *-uclinux*)
*-linux* | *-uclinux* | *-gnu*)
#os_include_dir="os/gnu-linux"
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment