From ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 13 Oct 1992 04:22:19 +0000 Subject: [PATCH] Make hconfig.h. From-SVN: r2418 --- gcc/vmsconfig.com | 8 ++++++++ 1 file changed, 8 insertions(+) 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'. -- 2.30.2