Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295649
Collapse All | Expand All

(-)gcc-4.3.4/libjava/Makefile.am (-1 / +1 lines)
Lines 693-699 gij_LDADD = -L$(here)/.libs libgij.la Link Here
693
gij_DEPENDENCIES = libgij.la
693
gij_DEPENDENCIES = libgij.la
694
694
695
## Build an ecjx from a .jar.
695
## Build an ecjx from a .jar.
696
ecjx_SOURCES = ecjx.cc
696
ecjx_SOURCES = 
697
## We use the BC ABI here so that we don't need to compile ecj.jar.
697
## We use the BC ABI here so that we don't need to compile ecj.jar.
698
## Hopefully the user has compiled it into his system .db.
698
## Hopefully the user has compiled it into his system .db.
699
## However, even if not it will run reasonably quickly.
699
## However, even if not it will run reasonably quickly.
(-)gcc-4.3.4/libjava/Makefile.in (-3 / +2 lines)
Lines 448-454 libjvm_la_OBJECTS = $(am_libjvm_la_OBJEC Link Here
448
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
448
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
449
libexecsubPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
449
libexecsubPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
450
PROGRAMS = $(bin_PROGRAMS) $(libexecsub_PROGRAMS) $(noinst_PROGRAMS)
450
PROGRAMS = $(bin_PROGRAMS) $(libexecsub_PROGRAMS) $(noinst_PROGRAMS)
451
am_ecjx_OBJECTS = ecjx.$(OBJEXT)
451
am_ecjx_OBJECTS = 
452
ecjx_OBJECTS = $(am_ecjx_OBJECTS)
452
ecjx_OBJECTS = $(am_ecjx_OBJECTS)
453
@NATIVE_TRUE@@USE_LIBGCJ_BC_FALSE@am__DEPENDENCIES_6 = libgcj.la
453
@NATIVE_TRUE@@USE_LIBGCJ_BC_FALSE@am__DEPENDENCIES_6 = libgcj.la
454
am_gappletviewer_OBJECTS =
454
am_gappletviewer_OBJECTS =
Lines 7988-7994 gij_LDFLAGS = -rpath $(dbexecdir) -rpath Link Here
7988
gij_LINK = $(GCJLINK)
7988
gij_LINK = $(GCJLINK)
7989
gij_LDADD = -L$(here)/.libs libgij.la
7989
gij_LDADD = -L$(here)/.libs libgij.la
7990
gij_DEPENDENCIES = libgij.la
7990
gij_DEPENDENCIES = libgij.la
7991
ecjx_SOURCES = ecjx.cc
7991
ecjx_SOURCES = 
7992
ECJX_BASE_FLAGS = -findirect-dispatch \
7992
ECJX_BASE_FLAGS = -findirect-dispatch \
7993
	--main=org.eclipse.jdt.internal.compiler.batch.GCCMain
7993
	--main=org.eclipse.jdt.internal.compiler.batch.GCCMain
7994
7994
Lines 9186-9192 distclean-compile: Link Here
9186
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boehm.Plo@am__quote@
9186
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boehm.Plo@am__quote@
9187
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin.Plo@am__quote@
9187
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin.Plo@am__quote@
9188
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defineclass.Plo@am__quote@
9188
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defineclass.Plo@am__quote@
9189
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecjx.Po@am__quote@
9190
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
9189
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
9191
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gij.Plo@am__quote@
9190
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gij.Plo@am__quote@
9192
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpret.Plo@am__quote@
9191
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpret.Plo@am__quote@

Return to bug 295649