OSDN Git Service

* config/linux.h (ASM_COMMENT_START): Remove from here,
[pf3gnuchains/gcc-fork.git] / gcc / vmsconfig.com
index 87d34da..d98bb10 100644 (file)
@@ -177,8 +177,6 @@ PROCEDURE process_makefile( )
   generate_option_file ("OBJS",                 "=", "independent.opt");
   generate_option_file ("LIB2FUNCS",    "=", "libgcc2.list");
   generate_option_file ("CXX_LIB2FUNCS", "=", "libgcc2-cxx.list");
-  generate_option_file ("BC_ALL",       "=", "bc_all.list");
-  generate_option_file ("BI_OBJ",       "=", "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.
@@ -324,7 +322,7 @@ PROCEDURE generate_option_file( tag_name, punct, outfile_name )
     recursive_fetch_tag ("stamp-objlist", ":");
   ENDIF;
   ! Now fix up a few things in the output buffer.
-  pat_replace (("bytecode"|"Makefile") & (SPAN(" ")|LINE_END), " ");
+  pat_replace ("Makefile" & (SPAN(" ")|LINE_END), " ");
 !#  FILL (CURRENT_BUFFER, " ", 1, 80, 0);      ! Condense things a bit.
   pat_replace ("." & ("o"|"c"|"y") & ((SPAN(" ")&LINE_END)|LINE_END), LINE_END);
   pat_replace ("." & ("o"|"c"|"y") & SPAN(" "), ",");