diff options
author | Jim Wilson <wilson@cygnus.com> | 1999-06-08 13:08:15 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1999-06-08 06:08:15 -0700 |
commit | cda19af2abb88af295e1f16dd62ecce03bdeed10 (patch) | |
tree | 73669036895f02b8444b47c90f71c8a39b0461c3 | |
parent | a59a536cdd718929962efd43f1391f567e909718 (diff) | |
download | gcc-cda19af2abb88af295e1f16dd62ecce03bdeed10.zip gcc-cda19af2abb88af295e1f16dd62ecce03bdeed10.tar.gz gcc-cda19af2abb88af295e1f16dd62ecce03bdeed10.tar.bz2 |
Fix aix4.1 configure problem reported by Kaven Ghazi.
* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
* configure: Regenerate.
From-SVN: r27428
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3324b1..f0673f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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) * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute diff --git a/gcc/configure b/gcc/configure index 3797202..039c025 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 e279c89..c4a6e79 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 |