From 69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 14 Jun 1999 03:45:29 +0000 Subject: [PATCH] Fix typo. From-SVN: r27516 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffe4d42f391..ea6fbbb6ef8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 14 11:43:41 1999 Nick Clifton + + * configure.in: Fix typo in rs6000-ibm-aix4 case. + * configure: Regenerate. + Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com) * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not diff --git a/gcc/configure b/gcc/configure index 3df27b089b8..d4dcd0ce29d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -5241,7 +5241,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 a8f5ca3be19..b5ae03db7db 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2932,7 +2932,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 -- 2.30.2