aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-06-14 02:59:43 +0000
committerJeff Law <law@gcc.gnu.org>1999-06-13 20:59:43 -0600
commit7747ddb3f4732bd17e91045a43c5de925af1fe04 (patch)
tree1297f5b14d2afa780011ebff2851a57703d95f87 /gcc
parent8be0a93054f7000a4dc7de69dd2f522e400ab2f5 (diff)
downloadgcc-7747ddb3f4732bd17e91045a43c5de925af1fe04.zip
gcc-7747ddb3f4732bd17e91045a43c5de925af1fe04.tar.gz
gcc-7747ddb3f4732bd17e91045a43c5de925af1fe04.tar.bz2
configure.in (rs6000-ibm-aix4.3*, [...]): Do not require a sub-version #.
* configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not require a sub-version #. * configure: Rebuilt. From-SVN: r27513
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6ac8c40..ffe4d42 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+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
+ require a sub-version #.
+ * configure: Rebuilt.
+
1999-06-14 Robert Lipe (robertlipe@usa.net)
* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
diff --git a/gcc/configure b/gcc/configure
index fd14720..3df27b0 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -5246,7 +5246,7 @@ for machine in $build $host $target; do
float_format=none
use_collect2=yes
;;
- rs6000-ibm-aix4.[3456789].* | powerpc-ibm-aix4.[3456789].*)
+ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
tm_file=rs6000/aix43.h
if test x$host != x$target
then
diff --git a/gcc/configure.in b/gcc/configure.in
index 7b1b590..a8f5ca3 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -2938,7 +2938,7 @@ changequote([,])dnl
use_collect2=yes
;;
changequote(,)dnl
- rs6000-ibm-aix4.[3456789].* | powerpc-ibm-aix4.[3456789].*)
+ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
changequote([,])dnl
tm_file=rs6000/aix43.h
if test x$host != x$target