This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gcjx] Patch: FYI: Make-lang.in and gt-java-*
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 22 Jan 2005 19:04:37 -0700
- Subject: [gcjx] Patch: FYI: Make-lang.in and gt-java-*
- Reply-to: tromey at redhat dot com
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 \