From 60cc83bf91bfc9bb02f6304b5d6c8234ba6d210f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 00:34:05 -0400 Subject: Added gcc --- gcc-1.40/config-gcc.com | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gcc-1.40/config-gcc.com (limited to 'gcc-1.40/config-gcc.com') diff --git a/gcc-1.40/config-gcc.com b/gcc-1.40/config-gcc.com new file mode 100644 index 0000000..f8102f8 --- /dev/null +++ b/gcc-1.40/config-gcc.com @@ -0,0 +1,26 @@ +$ ! +$ ! Set up to compile GCC on VMS +$ ! +$ echo = "write sys$output" +$ ! +$ if f$search("config.h") .nes. "" then delete config.h.* +$ copy [.config]xm-vms.h []config.h +$ echo "Linked `config.h' to `[.config]xm-vms.h'. +$ ! +$ if f$search("tm.h") .nes. "" then delete tm.h.* +$ copy [.config]tm-vms.h []tm.h +$ echo "Linked `tm.h' to `[.config]tm-vms.h'. +$ ! +$ if f$search("md.") .nes. "" then delete md..* +$ copy [.config]vax.md []md. +$ echo "Linked `md' to `[.config]vax.md'. +$ ! +$ if f$search("aux-output.c") .nes. "" then delete aux-output.c.* +$ copy [.config]out-vax.c []aux-output.c +$ echo "Linked `aux-output.c' to `[.config]out-vax.c'. +$ ! +$ if f$search("config.status") .nes. "" then delete config.status.* +$ open/write file config.status +$ write file "Links are now set up for use with a vax running VMS." +$ close file +$ type config.status -- cgit v1.2.3