From 0bdfa54694cb5151217ccd433c46e78979e6ad66 Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 5 Apr 1998 16:30:46 +0000 Subject: [PATCH] * configure.in (alpha-dec-osf*): Match osf1.3 correctly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19007 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 10 +++++----- gcc/configure | 5 +---- gcc/configure.in | 5 +---- 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 +Sun Apr 5 16:31:10 1998 Richard Henderson - * 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 - * 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]]*) -- 2.7.4