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:
parent
29ee7b16fe
commit
47395a24e6
@ -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>
|
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
|
|||||||
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*)
|
||||||
|
Loading…
Reference in New Issue
Block a user