From: Jeff Bailey Date: Wed, 15 Oct 2003 02:17:34 +0000 (+0000) Subject: re PR c++/12562 (Enable libstdc++-v3 compliation on *-gnu*) X-Git-Tag: releases/gcc-3.4.0~3010 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84e72d83e32563df98d3d664c7d79c457f0d8ee4;p=thirdparty%2Fgcc.git re PR c++/12562 (Enable libstdc++-v3 compliation on *-gnu*) 2003-10-14 Jeff Bailey PR libstdc++/12562 * crossconfig.m4: Share the config between *-linux* and *-gnu*. * configure: Regenerate. From-SVN: r72510 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9b3d320989ef..6b73aee71038 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-10-14 Jeff Bailey + + PR libstdc++/12562 + * crossconfig.m4: Share the config between *-linux* and *-gnu*. + * configure: Regenerate. + 2003-10-14 Carlo Wood PR libstdc++/12600 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 49a37bb49dcc..923f436e52b5 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -51047,7 +51047,7 @@ _ACEOF ;; esac ;; - *-linux* | *-uclinux*) + *-linux* | *-uclinux* | *-gnu*) #os_include_dir="os/gnu-linux" diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4 index be4398c63abc..e207ebe764fd 100644 --- a/libstdc++-v3/crossconfig.m4 +++ b/libstdc++-v3/crossconfig.m4 @@ -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 \