Commit 590e30e7 by Jim Wilson Committed by Jim Wilson

Fix aix --with-gnu-ld configuration bug.

	* configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
	Add use of x-aix41-gld.

From-SVN: r27130
parent 9fc0706f
Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
* configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
Add use of x-aix41-gld.
Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz> Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
* sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define. * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
......
...@@ -5229,19 +5229,19 @@ for machine in $build $host $target; do ...@@ -5229,19 +5229,19 @@ for machine in $build $host $target; do
use_collect2=yes use_collect2=yes
;; ;;
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*) rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
if test "$gnu_ld" = yes tm_file=rs6000/aix41.h
then
tm_file=rs6000/aix41-gld.h
else
tm_file=rs6000/aix41.h
fi
if test x$host != x$target if test x$host != x$target
then then
tmake_file=rs6000/t-xnewas tmake_file=rs6000/t-xnewas
else else
tmake_file=rs6000/t-newas tmake_file=rs6000/t-newas
fi fi
xmake_file=rs6000/x-aix41 if test "$gnu_ld" = yes
then
xmake_file=rs6000/x-aix41-gld
else
xmake_file=rx6000/x-aix41
fi
float_format=none float_format=none
use_collect2=yes use_collect2=yes
;; ;;
......
...@@ -2920,19 +2920,19 @@ changequote([,])dnl ...@@ -2920,19 +2920,19 @@ changequote([,])dnl
changequote(,)dnl changequote(,)dnl
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*) rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
changequote([,])dnl changequote([,])dnl
if test "$gnu_ld" = yes tm_file=rs6000/aix41.h
then
tm_file=rs6000/aix41-gld.h
else
tm_file=rs6000/aix41.h
fi
if test x$host != x$target if test x$host != x$target
then then
tmake_file=rs6000/t-xnewas tmake_file=rs6000/t-xnewas
else else
tmake_file=rs6000/t-newas tmake_file=rs6000/t-newas
fi fi
xmake_file=rs6000/x-aix41 if test "$gnu_ld" = yes
then
xmake_file=rs6000/x-aix41-gld
else
xmake_file=rx6000/x-aix41
fi
float_format=none float_format=none
use_collect2=yes use_collect2=yes
;; ;;
......
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