configure.target (ATOMICITYH): Don't use AIX 4.3-specific code on earlier versions...
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 17 May 2001 22:38:13 +0000 (22:38 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 17 May 2001 22:38:13 +0000 (22:38 +0000)
* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.

From-SVN: r42225

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

index 53b5adbf18d92d1cce6e783a7aadd81737ab6f3b..12cd266f2dd05ae76bdd5fd703a01fe85d68d477 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
+       on earlier versions of AIX.
+
 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite_flags.in (query): Add backwards, ext directories.
index 4614680801a0803b719e5738be6fd8c2bb6831c5..18563634930f4c397eb146f50bfc5db9b9a9d99f 100644 (file)
@@ -105,7 +105,7 @@ esac
 # THIS TABLE IS SORTED.  KEEP IT THAT WAY.
 
 case "${target}" in
-   *-*-aix*)
+   *-*-aix4.[3456789]* | *-*-aix[56789]*)
      ATOMICITYH=$os_include_dir
      ;;
    *-*-irix*)