Commit cfedbb1f by Kaveh R. Ghazi Committed by Kaveh Ghazi

configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.

	* configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
	use t-aix41 when host == target.

From-SVN: r35747
parent 31989264
2000-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld. Always
use t-aix41 when host == target.
2000-08-16 Richard Henderson <rth@cygnus.com> 2000-08-16 Richard Henderson <rth@cygnus.com>
* reload.c (push_secondary_reload): Revert last change. * reload.c (push_secondary_reload): Revert last change.
......
...@@ -3279,13 +3279,7 @@ changequote([,])dnl ...@@ -3279,13 +3279,7 @@ changequote([,])dnl
then then
tmake_file=rs6000/t-xnewas tmake_file=rs6000/t-xnewas
else else
tmake_file=rs6000/t-newas tmake_file='rs6000/t-newas rs6000/t-aix41'
fi
if test "$gnu_ld" = yes
then
xmake_file=rs6000/x-aix41-gld
else
tmake_file="rs6000/t-newas rs6000/t-aix41"
fi fi
xmake_file=rs6000/x-aix41 xmake_file=rs6000/x-aix41
float_format=none float_format=none
......
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