This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for more EGCS references


I've installed as obvious the following patch that gets rid of more EGCS
references, these from the bitrotten file makefile.vms.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8396
diff -u -r1.8396 ChangeLog
--- ChangeLog	2000/11/26 19:12:18	1.8396
+++ ChangeLog	2000/11/26 19:15:01
@@ -1,3 +1,7 @@
+2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* makefile.vms: Remove EGCS references.
+
 2000-11-26  Ulrich Drepper  <drepper@redhat.com>

 	* dwarf2out.c (output_file_names): New function.  Compute minimal
Index: makefile.vms
===================================================================
RCS file: /cvs/gcc/gcc/gcc/makefile.vms,v
retrieving revision 1.4
diff -u -r1.4 makefile.vms
--- makefile.vms	1998/12/16 20:57:19	1.4
+++ makefile.vms	2000/11/26 19:15:01
@@ -1,10 +1,10 @@
 #
-# makefile for egcs
+# makefile for GCC
 #
 # Created by Klaus K"ampf, kkaempf@progis.de
 #

-# choose egcs or dec c
+# choose gcc or dec c
 #CC = gcc
 CC = cc


-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]