Commit cda19af2 by Jim Wilson Committed by Jim Wilson

Fix aix4.1 configure problem reported by Kaven Ghazi.

	* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
	* configure: Regenerate.

From-SVN: r27428
parent a59a536c
Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
* configure: Regenerate.
Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com) Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
* optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
......
...@@ -5240,7 +5240,7 @@ for machine in $build $host $target; do ...@@ -5240,7 +5240,7 @@ for machine in $build $host $target; do
then then
xmake_file=rs6000/x-aix41-gld xmake_file=rs6000/x-aix41-gld
else else
xmake_file=rx6000/x-aix41 xmake_file=rs6000/x-aix41
fi fi
float_format=none float_format=none
use_collect2=yes use_collect2=yes
......
...@@ -2931,7 +2931,7 @@ changequote([,])dnl ...@@ -2931,7 +2931,7 @@ changequote([,])dnl
then then
xmake_file=rs6000/x-aix41-gld xmake_file=rs6000/x-aix41-gld
else else
xmake_file=rx6000/x-aix41 xmake_file=rs6000/x-aix41
fi 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