diff options
author | Douglas B Rupp <rupp@gnat.com> | 2001-11-25 06:30:17 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-11-25 06:30:17 -0500 |
commit | d133777f5d4f838c9828865086192ed55a3d1c57 (patch) | |
tree | f8602e6f5645ca1dd21295515032f0ff4a3ca627 /gcc/config.gcc | |
parent | a319614e1325b54b872ccb66a64e29e3feacc86a (diff) | |
download | gcc-d133777f5d4f838c9828865086192ed55a3d1c57.zip gcc-d133777f5d4f838c9828865086192ed55a3d1c57.tar.gz gcc-d133777f5d4f838c9828865086192ed55a3d1c57.tar.bz2 |
vms-ld.c, vms-cc.c: New files.
* config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
* config/alpha/x-vms: New file, to compile the above.
* config.gcc (alpha*-dec-vms*): Add x-vms.
From-SVN: r47312
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b199dc4..bf262a6 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -524,6 +524,7 @@ alpha*-dec-vms*) tm_file=alpha/vms.h xm_file=alpha/xm-vms.h tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee" + xmake_file=alpha/x-vms ;; arc-*-elf*) tm_file="elfos.h svr4.h ${tm_file}" |