aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-10-19 20:58:22 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-10-19 16:58:22 -0400
commit47395a24e6a35ef07316b593fb17bf4d767707a7 (patch)
treee2bc404cff875ede94355ee5cca1f04f186fa477
parent29ee7b16fe9113fc6644ae48d4b94f1ee02fedfd (diff)
downloadgcc-47395a24e6a35ef07316b593fb17bf4d767707a7.zip
gcc-47395a24e6a35ef07316b593fb17bf4d767707a7.tar.gz
gcc-47395a24e6a35ef07316b593fb17bf4d767707a7.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/configure.host2
2 files changed, 7 insertions, 0 deletions
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 <edelsohn@gnu.org>
+
+ PR other/12506
+ * configure.host (aix4,aix*): Define os_include_dir to os/generic.
+
2003-10-18 Andreas Tobler <a.tobler@schweiz.ch>
* 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*)