Commit 47395a24 by David Edelsohn Committed by David Edelsohn

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
parent 29ee7b16
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> 2003-10-18 Andreas Tobler <a.tobler@schweiz.ch>
* src/locale.cc (locale::_S_initialize): Re-apply workaround a * src/locale.cc (locale::_S_initialize): Re-apply workaround a
......
...@@ -126,9 +126,11 @@ case "${host_os}" in ...@@ -126,9 +126,11 @@ case "${host_os}" in
OPT_LDFLAGS="-Wl,-G" OPT_LDFLAGS="-Wl,-G"
;; ;;
aix4.*) aix4.*)
os_include_dir="os/generic"
atomicity_include_dir="os/aix" atomicity_include_dir="os/aix"
;; ;;
aix*) aix*)
os_include_dir="os/generic"
atomicity_include_dir="cpu/generic" atomicity_include_dir="cpu/generic"
;; ;;
bsd*) bsd*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment