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
This commit is contained in:
David Edelsohn 2003-10-19 20:58:22 +00:00 committed by David Edelsohn
parent 29ee7b16fe
commit 47395a24e6
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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*)