diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 2ec41458650..aa30518d254 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -737,6 +737,7 @@ case ${target} in extra_objs="vms.o" target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c" tm_p_file="${tm_p_file} vms/vms-protos.h" + xm_file="vms/xm-vms.h" c_target_objs="vms-c.o" cxx_target_objs="vms-c.o" if test x$gnu_ld != xyes; then @@ -811,14 +812,8 @@ alpha*-dec-osf5.1*) ;; esac ;; -alpha64-dec-*vms*) - tm_file="${tm_file} vms/vms.h vms/vms64.h alpha/vms.h" - xm_file="alpha/xm-vms.h vms/xm-vms64.h" - tmake_file="${tmake_file} vms/t-vms64 alpha/t-vms" - ;; alpha*-dec-*vms*) tm_file="${tm_file} vms/vms.h alpha/vms.h" - xm_file="alpha/xm-vms.h" tmake_file="${tmake_file} alpha/t-vms" ;; arm-wrs-vxworks) @@ -1556,9 +1551,8 @@ ia64*-*-hpux*) esac ;; ia64-hp-*vms*) - tm_file="${tm_file} elfos.h ia64/sysv4.h ia64/elf.h vms/vms.h vms/vms64.h ia64/vms.h" - xm_file="vms/xm-vms.h vms/xm-vms64.h" - tmake_file="${tmake_file} vms/t-vms64 ia64/t-ia64" + tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h" + tmake_file="${tmake_file} ia64/t-ia64" target_cpu_default="0" if test x$gas = xyes then |