aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-01 23:11:18 +0000
committerRichard Stallman <rms@gnu.org>1993-10-01 23:11:18 +0000
commitd029b00b2227ee261f24ede543bccde1a8fe8a8d (patch)
tree37cc43a8c6789a32b28888c4bd7a56fcdae01442
parent5ec4e39ecf4293b021f77e3a0934a09056df9f19 (diff)
downloadgcc-d029b00b2227ee261f24ede543bccde1a8fe8a8d.zip
gcc-d029b00b2227ee261f24ede543bccde1a8fe8a8d.tar.gz
gcc-d029b00b2227ee261f24ede543bccde1a8fe8a8d.tar.bz2
Write out the definitions from Makefile.in for the symbols BC_ALL and BI_OBJ into files BC_ALL.OPT and BI_ALL.opt.
Write out the definitions from Makefile.in for the symbols BC_ALL and BI_OBJ into files BC_ALL.OPT and BI_ALL.opt. Remove "bytecode " from compiler options files so compiler will link correctly. From-SVN: r5552
-rw-r--r--gcc/vmsconfig.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com
index 4fe4e5e..d6ae6bc 100644
--- a/gcc/vmsconfig.com
+++ b/gcc/vmsconfig.com
@@ -118,6 +118,7 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input
!
! Now fix up a few things in the output buffer
!
+ pat_replace ("bytecode "," ");
pat_replace (".o ",",");
pat_replace (".o",""); !appear at end of lines.
!
@@ -274,6 +275,10 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input
"independent.opt");
generate_option_file(LINE_BEGIN & "LIB2FUNCS" & ((SPAN(" ") & "=") | "="),
"libgcc2.list");
+ generate_option_file(LINE_BEGIN & "BC_ALL" & ((SPAN(" ") & "=") | "="),
+ "bc_all.opt");
+ generate_option_file(LINE_BEGIN & "BI_OBJ" & ((SPAN(" ") & "=") | "="),
+ "bi_all.opt");
!
! Now change OBJS in the Makefile, so each language specific options file
! does not pick up all of the language independent files.