From: David Edelsohn Date: Sun, 19 Oct 2003 20:58:22 +0000 (+0000) Subject: re PR libstdc++/12506 (build failure of libstdc++ due to Makefile error) X-Git-Tag: releases/gcc-3.4.0~2899 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47395a24e6a35ef07316b593fb17bf4d767707a7;p=thirdparty%2Fgcc.git re PR libstdc++/12506 (build failure of libstdc++ due to Makefile error) PR other/12506 * configure.host (aix4,aix*): Define os_include_dir to os/generic. From-SVN: r72684 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index be527fa5162c..35dcde6d261c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-10-19 David Edelsohn + + PR other/12506 + * configure.host (aix4,aix*): Define os_include_dir to os/generic. + 2003-10-18 Andreas Tobler * src/locale.cc (locale::_S_initialize): Re-apply workaround a diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 3b800238824d..6f2c54e15548 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -126,9 +126,11 @@ case "${host_os}" in OPT_LDFLAGS="-Wl,-G" ;; aix4.*) + os_include_dir="os/generic" atomicity_include_dir="os/aix" ;; aix*) + os_include_dir="os/generic" atomicity_include_dir="cpu/generic" ;; bsd*)