aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-13 04:22:19 +0000
committerRichard Stallman <rms@gnu.org>1992-10-13 04:22:19 +0000
commitae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d (patch)
tree74ca49b2e41e6b9d90773a0313bc5fcc03100c1c
parent18eb82836ce1c60211e770f7142ede172e29266e (diff)
downloadgcc-ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d.zip
gcc-ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d.tar.gz
gcc-ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d.tar.bz2
Make hconfig.h.
From-SVN: r2418
-rw-r--r--gcc/vmsconfig.com8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com
index da78479..76b20fe 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'.