From 07d68dde206df99bfb474cbc6df3e808d1109e31 Mon Sep 17 00:00:00 2001 From: rms Date: Tue, 13 Oct 1992 04:22:19 +0000 Subject: Make hconfig.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2418 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/vmsconfig.com | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc') 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'. -- cgit v1.2.1