Commit d029b00b by Richard Stallman

Write out the definitions from Makefile.in for the symbols BC_ALL and BI_OBJ…

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
parent 5ec4e39e
...@@ -118,6 +118,7 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input ...@@ -118,6 +118,7 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input
! !
! Now fix up a few things in the output buffer ! Now fix up a few things in the output buffer
! !
pat_replace ("bytecode "," ");
pat_replace (".o ",","); pat_replace (".o ",",");
pat_replace (".o",""); !appear at end of lines. pat_replace (".o",""); !appear at end of lines.
! !
...@@ -274,6 +275,10 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input ...@@ -274,6 +275,10 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input
"independent.opt"); "independent.opt");
generate_option_file(LINE_BEGIN & "LIB2FUNCS" & ((SPAN(" ") & "=") | "="), generate_option_file(LINE_BEGIN & "LIB2FUNCS" & ((SPAN(" ") & "=") | "="),
"libgcc2.list"); "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 ! Now change OBJS in the Makefile, so each language specific options file
! does not pick up all of the language independent files. ! does not pick up all of the language independent files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment