Patch: modules -vs- Java

Tom Tromey tromey@redhat.com
Mon Dec 18 13:06:00 GMT 2000


Does anybody use the modules in the gcc modules file?
I imagine not, given that they still refer to `egcs'.
But just in case someone does, this patch updates the modules file to
handle Java correctly.

Ok to commit?

Index: modules
===================================================================
RCS file: /cvs/gcc/CVSROOT/modules,v
retrieving revision 1.17
diff -u -r1.17 modules
--- modules	2000/11/10 21:14:11	1.17
+++ modules	2000/12/18 21:04:09
@@ -44,6 +44,11 @@
 
 egcs-java -a \
 	egcs/gcc/java \
+	egcs/boehm-gc \
+	egcs/libffi \
+	egcs/libjava \
+	egcs/zlib \
+	egcs/fastjar
 
 egcs-chill -a \
 	egcs/gcc/ch \


Tom


More information about the Gcc-patches mailing list