diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3324b1e3c5..f0673f45a23 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 8 13:06:15 1999 Jim Wilson + + * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000. + * configure: Regenerate. + Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com) * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute diff --git a/gcc/configure b/gcc/configure index 3797202747a..039c0252ff7 100755 --- a/gcc/configure +++ b/gcc/configure @@ -5240,7 +5240,7 @@ for machine in $build $host $target; do then xmake_file=rs6000/x-aix41-gld else - xmake_file=rx6000/x-aix41 + xmake_file=rs6000/x-aix41 fi float_format=none use_collect2=yes diff --git a/gcc/configure.in b/gcc/configure.in index e279c89ebae..c4a6e79695b 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2931,7 +2931,7 @@ changequote([,])dnl then xmake_file=rs6000/x-aix41-gld else - xmake_file=rx6000/x-aix41 + xmake_file=rs6000/x-aix41 fi float_format=none use_collect2=yes