Patch from Bruno Haible for alpha-dec-osf build failure.
authorJim Wilson <wilson@cygnus.com>
Mon, 9 Mar 1998 15:14:51 +0000 (15:14 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Mar 1998 15:14:51 +0000 (07:14 -0800)
* configure.in (alpha-dec-osf): Add default case for osf* to switch.

From-SVN: r18451

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 53b06392562148f5e7284c3edebc4af9589eea37..d7cd51313dc0fc5437f90dccd2711dd8832872a6 100644 (file)
@@ -1,5 +1,8 @@
 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.
        (assign_parms): Set aggregate if hide_last_arg and last_named.
 
index 5f5c757d229ea10bc8324f146ef9d66d013ac8bb..81eb4d41421c3952bd588d6048d7606cd798f791 100755 (executable)
@@ -2244,6 +2244,9 @@ 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]*)
index a0edbe3aa0c2a70c909c0831a16d3c0bff944bb6..d23bd9be6f124016a7906dc0084a552581684a24 100644 (file)
@@ -363,6 +363,9 @@ 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]]*)