mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:50:50 +08:00
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:
parent
dac3286202
commit
9c233cb328
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user