diff options
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'. |