diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-19 20:58:22 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-19 20:58:22 +0000 |
commit | fc3865ca905594e2b872715d33a3b01f2598aa1e (patch) | |
tree | e2bc404cff875ede94355ee5cca1f04f186fa477 /libstdc++-v3/configure.host | |
parent | 1de8dac4990b796fe5f6839814bee64995e524a2 (diff) | |
download | gcc-fc3865ca905594e2b872715d33a3b01f2598aa1e.tar.gz |
PR other/12506
* configure.host (aix4,aix*): Define os_include_dir to os/generic.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72684 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 3b800238824..6f2c54e1554 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*) |