diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-20 19:15:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-20 19:15:24 +0000 |
commit | c4470c42db02f8b2c225dae6734e905ab5feabae (patch) | |
tree | b90aa02d5f7283f9b1b73711532f39749f9dbf2a /gcc | |
parent | b552441bd8164790aff92c815e63ecb1308882a4 (diff) | |
download | gcc-c4470c42db02f8b2c225dae6734e905ab5feabae.zip gcc-c4470c42db02f8b2c225dae6734e905ab5feabae.tar.gz gcc-c4470c42db02f8b2c225dae6734e905ab5feabae.tar.bz2 |
*** empty log message ***
From-SVN: r806
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/vmsconfig.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com index 1a453d3..e3a8f28 100644 --- a/gcc/vmsconfig.com +++ b/gcc/vmsconfig.com @@ -224,6 +224,7 @@ $edit/tpu/nojournal/nosection/nodisplay/command=sys$input SET(OUTPUT_FILE, compiler_list, "compilers.list"); write_file (compiler_list); generate_option_file(LINE_BEGIN & "OBJS" & ((SPAN(" ") & "=") | "="),"independent.opt"); + generate_option_file(LINE_BEGIN & "LIB2FUNCS" & ((SPAN(" ") & "=") | "="),"libgcc2.list"); ! ! Now change OBJS in the Makefile, so each language specific options file ! does not pick up all of the language independent files. |