aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1998-04-05 09:30:46 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-04-05 09:30:46 -0700
commit6ecd4e5399fea64455665b1e9c0ae05956a60cc3 (patch)
tree80047c55da69e3300ae05bbfab9d958d40d2691a
parente2cc7d49b5c861e413ae5487ce48c30d3f245e81 (diff)
downloadgcc-6ecd4e5399fea64455665b1e9c0ae05956a60cc3.zip
gcc-6ecd4e5399fea64455665b1e9c0ae05956a60cc3.tar.gz
gcc-6ecd4e5399fea64455665b1e9c0ae05956a60cc3.tar.bz2
* configure.in (alpha-dec-osf*): Match osf1.3 correctly.
From-SVN: r19007
-rw-r--r--gcc/ChangeLog10
-rwxr-xr-xgcc/configure5
-rw-r--r--gcc/configure.in5
3 files changed, 7 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index baee70a..2904eb4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/configure b/gcc/configure
index 5cfe0ce..6a26959 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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]*)
diff --git a/gcc/configure.in b/gcc/configure.in
index f56e544..a87ce52 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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]]*)