Commit 754ad41d by Alexandre Oliva Committed by Alexandre Oliva

configure.target (ATOMICITYH): Don't use AIX 4.3-specific code on earlier versions of AIX.

* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.

From-SVN: r42225
parent e5c56fd9
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> 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
* testsuite_flags.in (query): Add backwards, ext directories. * testsuite_flags.in (query): Add backwards, ext directories.
......
...@@ -105,7 +105,7 @@ esac ...@@ -105,7 +105,7 @@ esac
# THIS TABLE IS SORTED. KEEP IT THAT WAY. # THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${target}" in case "${target}" in
*-*-aix*) *-*-aix4.[3456789]* | *-*-aix[56789]*)
ATOMICITYH=$os_include_dir ATOMICITYH=$os_include_dir
;; ;;
*-*-irix*) *-*-irix*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment