]> gcc.gnu.org Git - gcc.git/commitdiff
configure.target: Remove detection of AIX pthread multilib, now obtained from `gcc...
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 13 May 2001 22:17:11 +0000 (22:17 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 13 May 2001 22:17:11 +0000 (22:17 +0000)
* configure.target: Remove detection of AIX pthread multilib, now
obtained from `gcc -v'.

From-SVN: r42049

libstdc++-v3/ChangeLog
libstdc++-v3/configure.target

index 7bd4c6b0a85fd9287ab87db3a987b5a5f8de0833..849412469b625fc533f01a06afd0eac6eaa23173 100644 (file)
@@ -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
index 0fda72d1000185e8fdd4bed2336199666d196bd8..4614680801a0803b719e5738be6fd8c2bb6831c5 100644 (file)
@@ -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"
This page took 0.060417 seconds and 5 git commands to generate.