summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ffe4d42f391..ea6fbbb6ef8 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 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
OpenPOWER on IntegriCloud