From 84e72d83e32563df98d3d664c7d79c457f0d8ee4 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Wed, 15 Oct 2003 02:17:34 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/configure | 2 +- libstdc++-v3/crossconfig.m4 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9b3d320989e..6b73aee7103 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 49a37bb49dc..923f436e52b 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 be4398c63ab..e207ebe764f 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 \ -- 2.30.2