mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
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>
|
||||
|
||||
* src/locale.cc (locale::_S_initialize): Re-apply workaround a
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user