diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 04:22:19 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 04:22:19 +0000 |
commit | 07d68dde206df99bfb474cbc6df3e808d1109e31 (patch) | |
tree | 74ca49b2e41e6b9d90773a0313bc5fcc03100c1c /gcc/vmsconfig.com | |
parent | 79786c0542427fdbf53e4c0a3284ca8d3ba54b7d (diff) | |
download | gcc-07d68dde206df99bfb474cbc6df3e808d1109e31.tar.gz |
Make hconfig.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2418 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vmsconfig.com')
-rw-r--r-- | gcc/vmsconfig.com | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com index da784796057..76b20fe3eee 100644 --- a/gcc/vmsconfig.com +++ b/gcc/vmsconfig.com @@ -21,6 +21,14 @@ $DECK $EOD $ echo "Created `tconfig.h'. $ ! +$ if f$search("hconfig.h") .nes. "" then delete hconfig.h.* +$ create []hconfig.h +$DECK +/* hconfig.h == config.h :: target and host configurations are the same */ +#include "config.h" +$EOD +$ echo "Created `hconfig.h'. +$ ! $ if f$search("tm.h") .nes. "" then delete tm.h.* $ copy [.config]vax-vms.h []tm.h $ echo "Linked `tm.h' to `[.config]vax-vms.h'. |