From: Nick Clifton Date: Mon, 14 Jun 1999 03:45:29 +0000 (+0000) Subject: Fix typo. X-Git-Tag: releases/libgcj-2.95.0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r27516 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffe4d42f391d..ea6fbbb6ef88 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 3df27b089b86..d4dcd0ce29df 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 a8f5ca3be191..b5ae03db7db8 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