gcc-2.95.3.patch-osf 599 B

123456789101112131415161718192021
  1. --- gcc/configure.old Wed May 23 15:05:36 2001
  2. +++ gcc/configure Wed May 23 15:05:40 2001
  3. @@ -3092,7 +3092,7 @@
  4. *-*-osf[23]*)
  5. tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
  6. ;;
  7. - *-*-osf4*)
  8. + *-*-osf[45]*)
  9. tm_file="${tm_file} alpha/osf.h"
  10. # Some versions of OSF4 (specifically X4.0-9 296.7) have
  11. # a broken tar, so we use cpio instead.
  12. @@ -3100,7 +3100,7 @@
  13. ;;
  14. esac
  15. case $machine in
  16. - *-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
  17. + *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5.* )
  18. target_cpu_default=MASK_SUPPORT_ARCH
  19. ;;
  20. esac