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]

Java patch needed for egcs_1_1_branch?


This patch appears to be necessary.  Note that I just updated my
egcs_1_1_branch copy earlier this morning -- it might be that I'm
using the wrong branch or something -- and that I'm not using
the prerelease tarball which Jeff just (I gather) made available.

So I'll leave it to the Java people to decide whether this is really
necessary.

        tq vm, (burley)


1999-02-25  Craig Burley  <craig@jcb-sc.com>

	* Make-lang.in ($(GCJ).o): Don't depend on nonexistent prefix.h.
  
*** egcs-1.1.2-2/gcc/java/Make-lang.in.~1~	Wed Feb  3 16:57:59 1999
--- egcs-1.1.2-2/gcc/java/Make-lang.in	Thu Feb 25 06:32:09 1999
*************** jvspec.o: $(srcdir)/java/jvspec.c
*** 94,98 ****
  # We depend on $(GCJ).c last, to make it obvious where it came from.
  $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
!        system.h prefix.h
  	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  	$(DRIVER_DEFINES) \
--- 94,98 ----
  # We depend on $(GCJ).c last, to make it obvious where it came from.
  $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
!        system.h
  	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  	$(DRIVER_DEFINES) \


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