configure.target (ATOMICITYH): Use cpu/generic code on earlier versions of AIX.

* configure.target (ATOMICITYH): Use cpu/generic code on earlier
versions of AIX.

From-SVN: r42237
This commit is contained in:
Alexandre Oliva 2001-05-18 04:50:27 +00:00 committed by Alexandre Oliva
parent dac3286202
commit 9c233cb328
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-05-18 Alexandre Oliva <aoliva@redhat.com>
* configure.target (ATOMICITYH): Use cpu/generic code on earlier
versions of AIX.
2001-05-17 Alexandre Oliva <aoliva@redhat.com>
* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code

View File

@ -108,6 +108,9 @@ case "${target}" in
*-*-aix4.[3456789]* | *-*-aix[56789]*)
ATOMICITYH=$os_include_dir
;;
*-*-aix*)
ATOMICITYH=config/cpu/generic
;;
*-*-irix*)
ATOMICITYH=$os_include_dir
;;
@ -115,5 +118,3 @@ case "${target}" in
ATOMICITYH=$cpu_include_dir
;;
esac