From 47395a24e6a35ef07316b593fb17bf4d767707a7 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sun, 19 Oct 2003 20:58:22 +0000 Subject: 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/configure.host | 2 ++ 2 files changed, 7 insertions(+) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index be527fa..35dcde6 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 3b80023..6f2c54e 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*) -- cgit v1.1