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] Java: fix to gcj/365.


This fixes gcj/365:

  http://sources.redhat.com/ml/java-prs/2000-q4/msg00086.html

I'm checking this in. Note that a note was also send to gcc-bugs with
regard to this issue:

  http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00046.html

./A

2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
	* Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
	Fixes gcj/365.

Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/java/Make-lang.in,v
retrieving revision 1.39
diff -u -p -r1.39 Make-lang.in
--- Make-lang.in	2000/10/27 20:22:28	1.39
+++ Make-lang.in	2000/11/03 23:31:08
@@ -281,6 +281,6 @@ java/jcf-io.o: java/jcf-io.c $(CONFIG_H)
 # jcf-path.o needs a -D.
 java/jcf-path.o: java/jcf-path.c $(CONFIG_H) system.h java/jcf.h
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-	  -DLIBGCJ_ZIP_FILE='"$(libgcj_zip)"' \
+	  -DLIBGCJ_ZIP_FILE='"$(prefix)/share/libgcj.zip"' \
 	  $(srcdir)/java/jcf-path.c $(OUTPUT_OPTION)
 

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