[gcjx] Patch: FYI: Make-lang.in and gt-java-*
Tom Tromey
tromey@redhat.com
Sun Jan 23 02:09:00 GMT 2005
I'm checking this in on the gcjx branch.
This lets us properly build the needed gt-java-*.h files.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* Make-lang.in (gt-java-hooks.h gt-java-langhooks.h
gt-java-mangle.h): New target. Removed old gt-java- targets.
Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
retrieving revision 1.151.2.2
diff -u -r1.151.2.2 Make-lang.in
--- Make-lang.in 23 Jan 2005 01:58:50 -0000 1.151.2.2
+++ Make-lang.in 23 Jan 2005 02:08:51 -0000
@@ -74,9 +74,7 @@
-rm -f $(GCJ)-cross$(exeext)
cp $(GCJ)$(exeext) $(GCJ)-cross$(exeext)
-gt-java-abi.h gt-java-builtins.h gt-java-decl.h : s-gtype ; @true
-gt-java-driver.h gt-java-langhooks.h gt-java-lower.h : s-gtype ; @true
-gt-java-tree.h gt-java-treegen.h: s-gtype ; @true
+gt-java-hooks.h gt-java-langhooks.h gt-java-mangle.h : s-gtype ; @true
# Executables built by this Makefile:
JAVA_OBJS = java/abi.o java/boehm.o java/builtins.o java/classobj.o \
More information about the Java-patches
mailing list