2.95 -2.95.2 on alpha V5.0
Ken Block USG
block@zk3.dec.com
Wed Dec 1 13:19:00 GMT 1999
The following patch gets gcc to build on Tru64 5.0 aka steel.
slab.zko.dec.com> diff -c gcc/configure{.orig,}
*** gcc/configure.orig Wed Oct 13 03:58:02 1999
--- gcc/configure Mon Nov 22 16:10:21 1999
***************
*** 3098,3106 ****
# a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio
;;
esac
case $machine in
! *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
target_cpu_default=MASK_SUPPORT_ARCH
;;
esac
--- 3098,3109 ----
# a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio
;;
+ *-*-osf5*)
+ tm_file="${tm_file} alpha/osf.h"
+ ;;
esac
case $machine in
! *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5.*)
target_cpu_default=MASK_SUPPORT_ARCH
;;
esac
More information about the Gcc-bugs
mailing list