aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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