Commit 9c233cb3 by Alexandre Oliva Committed by Alexandre Oliva

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
parent dac32862
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
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