aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-06-14 03:45:29 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-06-14 03:45:29 +0000
commit69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b (patch)
tree50b243a21dd7af9b5ddc93b5d6721988c653ad36 /gcc
parente4b593c532bdaa69aac38e89843cdbb5ad9455c9 (diff)
downloadgcc-69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b.zip
gcc-69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b.tar.gz
gcc-69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b.tar.bz2
Fix typo.
From-SVN: r27516
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ffe4d42..ea6fbbb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
+
+ * 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 3df27b0..d4dcd0c 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 a8f5ca3..b5ae03d 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