Commit 6ecd4e53 by Richard Henderson

* configure.in (alpha-dec-osf*): Match osf1.3 correctly.

From-SVN: r19007
parent e2cc7d49
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. * version.c: Bump for snapshot.
......
...@@ -2046,7 +2046,7 @@ for machine in $build $host $target; do ...@@ -2046,7 +2046,7 @@ for machine in $build $host $target; do
fi fi
use_collect2=yes use_collect2=yes
case $machine in case $machine in
*-*-osf1.2) *-*-osf1*)
tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h" tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
;; ;;
*-*-osf[23]*) *-*-osf[23]*)
...@@ -2058,9 +2058,6 @@ for machine in $build $host $target; do ...@@ -2058,9 +2058,6 @@ for machine in $build $host $target; do
# a broken tar, so we use cpio instead. # a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
;; ;;
*-*-osf*)
tm_file="${tm_file} alpha/osf.h"
;;
esac esac
case $machine in case $machine in
*-*-osf4.0[b-z] | *-*-osf4.[1-9]*) *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
......
...@@ -363,7 +363,7 @@ for machine in $build $host $target; do ...@@ -363,7 +363,7 @@ for machine in $build $host $target; do
fi fi
use_collect2=yes use_collect2=yes
case $machine in case $machine in
*-*-osf1.2) *-*-osf1*)
tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h" tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
;; ;;
*-*-osf[[23]]*) *-*-osf[[23]]*)
...@@ -375,9 +375,6 @@ for machine in $build $host $target; do ...@@ -375,9 +375,6 @@ for machine in $build $host $target; do
# a broken tar, so we use cpio instead. # a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
;; ;;
*-*-osf*)
tm_file="${tm_file} alpha/osf.h"
;;
esac esac
case $machine in case $machine in
*-*-osf4.0[[b-z]] | *-*-osf4.[[1-9]]*) *-*-osf4.0[[b-z]] | *-*-osf4.[[1-9]]*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment