diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-13 22:17:11 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-05-13 22:17:11 +0000 |
commit | d0481042042ac24e9361764c72eb5ea081ac2e85 (patch) | |
tree | c3aad20c8749ea75997506ba79a2f66c9e0bde89 | |
parent | 008355a6ed0180b715a34bd49f67a987a78057fe (diff) | |
download | gcc-d0481042042ac24e9361764c72eb5ea081ac2e85.zip gcc-d0481042042ac24e9361764c72eb5ea081ac2e85.tar.gz gcc-d0481042042ac24e9361764c72eb5ea081ac2e85.tar.bz2 |
configure.target: Remove detection of AIX pthread multilib, now obtained from `gcc -v'.
* configure.target: Remove detection of AIX pthread multilib, now
obtained from `gcc -v'.
From-SVN: r42049
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/configure.target | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7bd4c6b..8494124 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-05-13 Alexandre Oliva <aoliva@redhat.com> + + * configure.target: Remove detection of AIX pthread multilib, now + obtained from `gcc -v'. + 2001-05-13 John David Anglin <dave@hiauly1.hia.nrc.ca> * mkcheck.in (setup_size_command): Use Berkeley "-B" mode with GNU diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 0fda72d..4614680 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -60,14 +60,6 @@ esac case "${target_os}" in aix4.[3456789]* | aix[56789]*) os_include_dir="config/os/aix" - case "$CXX" in - *pthread*) - enable_threads='posix' - ;; - *) - enable_threads='no' - ;; - esac ;; bsd* | freebsd* ) os_include_dir="config/os/bsd/freebsd" |