From: aoliva Date: Sun, 13 May 2001 22:17:11 +0000 (+0000) Subject: * configure.target: Remove detection of AIX pthread multilib, now X-Git-Tag: upstream/4.9.2~94466 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc488349fab16816e595ba64654e41364c6339cb;p=platform%2Fupstream%2Flinaro-gcc.git * configure.target: Remove detection of AIX pthread multilib, now obtained from `gcc -v'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42049 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * configure.target: Remove detection of AIX pthread multilib, now + obtained from `gcc -v'. + 2001-05-13 John David Anglin * 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"