diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-05 16:30:46 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-05 16:30:46 +0000 |
commit | 0bdfa54694cb5151217ccd433c46e78979e6ad66 (patch) | |
tree | 80047c55da69e3300ae05bbfab9d958d40d2691a /gcc/configure.in | |
parent | d3d82a658016c23098ca5e750ec5bbc9d723bd60 (diff) | |
download | ppe42-gcc-0bdfa54694cb5151217ccd433c46e78979e6ad66.tar.gz ppe42-gcc-0bdfa54694cb5151217ccd433c46e78979e6ad66.zip |
* 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
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index f56e544baa0..a87ce5207a4 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]]*) |