Commit a49fd27c authored by ghazi's avatar ghazi
Browse files

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

	use t-aix41 when host == target.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35747 138bc75d-0d04-0410-961f-82ee72b054a4
parent dc31aba7
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>
* reload.c (push_secondary_reload): Revert last change.
......
This diff is collapsed.
......@@ -3279,13 +3279,7 @@ changequote([,])dnl
then
tmake_file=rs6000/t-xnewas
else
tmake_file=rs6000/t-newas
fi
if test "$gnu_ld" = yes
then
xmake_file=rs6000/x-aix41-gld
else
tmake_file="rs6000/t-newas rs6000/t-aix41"
tmake_file='rs6000/t-newas rs6000/t-aix41'
fi
xmake_file=rs6000/x-aix41
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