* configure.in (alpha-dec-osf*): Match osf1.3 correctly.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 5 Apr 1998 16:30:46 +0000 (09:30 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 5 Apr 1998 16:30:46 +0000 (09:30 -0700)
From-SVN: r19007

gcc/ChangeLog
gcc/configure
gcc/configure.in

index baee70a2ffe205a57e9c63d87e2538a285f3979c..2904eb4cd636284479048379cb95b924d1cef75b 100644 (file)
@@ -1,12 +1,12 @@
-Sun Apr  5 16:53:37 1998Don Bowman <don@pixsci.com>  
+Sun Apr  5 16:31:10 1998  Richard Henderson  <rth@cygnus.com>
 
-        * configure.in (mips-wrs-vxworks): New target.
+       * configure.in (alpha-dec-osf*): Match osf1.3 correctly.
 
-Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
+Sun Apr  5 16:53:37 1998  Don Bowman <don@pixsci.com>  
 
-       * version.c: Bump for snapshot.
+        * configure.in (mips-wrs-vxworks): New target.
 
-Sat Apr 4 23:33:38 PST 1998 Jeff Law  (law@cygnus.com)
+Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
 
index 5cfe0ce08f7dd6c91528e7a0528da6e9209a74cd..6a269592b42fa58a5c02d2fb291842fcff2bce9e 100755 (executable)
@@ -2046,7 +2046,7 @@ for machine in $build $host $target; do
                fi
                use_collect2=yes
                case $machine in
-                 *-*-osf1.2)
+                 *-*-osf1*)
                    tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
                    ;;
                  *-*-osf[23]*)
@@ -2058,9 +2058,6 @@ for machine in $build $host $target; do
                    # a broken tar, so we use cpio instead.
                    install_headers_dir=install-headers-cpio
                    ;;
-                 *-*-osf*)
-                   tm_file="${tm_file} alpha/osf.h"
-                   ;;
                esac
                case $machine in
                  *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
index f56e544baa08dc421cb1036dc85d8598dba0eaee..a87ce5207a427123b49befee30eb2a251592562f 100644 (file)
@@ -363,7 +363,7 @@ for machine in $build $host $target; do
                fi
                use_collect2=yes
                case $machine in
-                 *-*-osf1.2)
+                 *-*-osf1*)
                    tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
                    ;;
                  *-*-osf[[23]]*)
@@ -375,9 +375,6 @@ for machine in $build $host $target; do
                    # a broken tar, so we use cpio instead.
                    install_headers_dir=install-headers-cpio
                    ;;
-                 *-*-osf*)
-                   tm_file="${tm_file} alpha/osf.h"
-                   ;;
                esac
                case $machine in
                  *-*-osf4.0[[b-z]] | *-*-osf4.[[1-9]]*)