Commit 35011dd5 by Jim Wilson Committed by Jim Wilson

Patch from Bruno Haible for alpha-dec-osf build failure.

	* configure.in (alpha-dec-osf): Add default case for osf* to switch.

From-SVN: r18451
parent bdd3e6ab
Mon Mar 9 12:02:23 1998 Jim Wilson <wilson@cygnus.com> Mon Mar 9 12:02:23 1998 Jim Wilson <wilson@cygnus.com>
* configure.in (alpha-dec-osf): Add default case for osf* to switch.
Patch from Bruno Haible.
* function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new. * function.c (put_reg_into_stack): Copy MEM_IN_STRUCT_P from new.
(assign_parms): Set aggregate if hide_last_arg and last_named. (assign_parms): Set aggregate if hide_last_arg and last_named.
......
...@@ -2244,6 +2244,9 @@ for machine in $build $host $target; do ...@@ -2244,6 +2244,9 @@ 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,6 +363,9 @@ for machine in $build $host $target; do ...@@ -363,6 +363,9 @@ 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