]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (rs6000-ibm-aix4.3*, [...]): Do not require a sub-version #.
authorJeffrey A Law <law@cygnus.com>
Mon, 14 Jun 1999 02:59:43 +0000 (02:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Jun 1999 02:59:43 +0000 (20:59 -0600)
        * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
        require a sub-version #.
        * configure: Rebuilt.

From-SVN: r27513

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 6ac8c403f230b3dbccedc521121c3576a96adc91..ffe4d42f391d9a0453288c6509aee5e1d3bee0ff 100644 (file)
@@ -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.
index fd1472082caf3ed3cce229f7ccaf8f828305d5e7..3df27b089b86f7f0f55a6a7e33c9b473c091d11a 100755 (executable)
@@ -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
index 7b1b59035f5c19f2bc7040c80644ae09f944944e..a8f5ca3be191bd1dc811f57d5e2efc8c3b8c79df 100644 (file)
@@ -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
This page took 0.076176 seconds and 5 git commands to generate.