Commit a75b7b0b by Alexandre Oliva Committed by Alexandre Oliva

configure.target (ATOMICITYH): Actually use AIX-specific code on earlier versions of AIX 4.*.

* configure.target (ATOMICITYH): Actually use AIX-specific code on
earlier versions of AIX 4.*.

From-SVN: r42244
parent 256e7e85
2001-05-18 Alexandre Oliva <aoliva@redhat.com>
* configure.target (ATOMICITYH): Actually use AIX-specific code on
earlier versions of AIX 4.*.
2001-05-18 Angela Marie Thomas <angela@cygnus.com>
* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-dg-test): Set
......
......@@ -105,8 +105,12 @@ esac
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
case "${target}" in
*-*-aix4.[3456789]* | *-*-aix[56789]*)
ATOMICITYH=$os_include_dir
*-*-aix[456789]*)
# We set os_include_dir to config/os/aix only on AIX 4.3 and
# newer, but config/os/aix/bits/atomicity.h works on earlier
# versions of AIX 4.*, so we explicitly duplicate the directory
# here, because os_include_dir.
ATOMICITYH=config/os/aix
;;
*-*-aix*)
ATOMICITYH=config/cpu/generic
......
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