diff options
author | Douglas B Rupp <rupp@gnat.com> | 2009-08-14 20:38:36 +0000 |
---|---|---|
committer | Douglas Rupp <rupp@gcc.gnu.org> | 2009-08-14 20:38:36 +0000 |
commit | c24db30451c80100f6431dec406702fefa549ec6 (patch) | |
tree | 28a3d660410a5c5bc96ff71f4c9fb51b71482887 /gcc/config.gcc | |
parent | 9d3458531a0a177e9a83f19481f691a139bc4ae7 (diff) | |
download | gcc-c24db30451c80100f6431dec406702fefa549ec6.zip gcc-c24db30451c80100f6431dec406702fefa549ec6.tar.gz gcc-c24db30451c80100f6431dec406702fefa549ec6.tar.bz2 |
config.gcc (ia64-hp-*vms*): Insert ia64/t-ia64 in tmake_file.
* config.gcc (ia64-hp-*vms*): Insert ia64/t-ia64 in tmake_file.
* config/ia64/t-vms: New file.
* config/ia64/vms64.h: New file.
* config/ia64/vms.h: New file.
* config/ia64/vms-crtinit.asm: New file.
* config/ia64/vms_symvec_libgcc_s.opt: New file.
* config/ia64/vms-unwind.h: New file.
Co-Authored-By: Tristan Gingold <gingold@adacore.com>
From-SVN: r150776
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d354677..c8eb88e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1424,7 +1424,7 @@ ia64*-*-hpux*) ia64-hp-*vms*) tm_file="${tm_file} elfos.h ia64/sysv4.h ia64/elf.h ia64/vms.h ia64/vms64.h" xm_file="vms/xm-vms.h vms/xm-vms64.h" - tmake_file="vms/t-vms vms/t-vms64 ia64/t-vms" + tmake_file="vms/t-vms vms/t-vms64 ia64/t-ia64 ia64/t-vms" xmake_file=vms/x-vms target_cpu_default="0" if test x$gas = xyes |