mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-14 19:30:42 +08:00
re PR libgcj/30550 (Missing dependencies for ecjx target)
2007-01-23 H.J. Lu <hongjiu.lu@intel.com> PR libgcj/30550 * Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed. * Makefile.in: Regenerated. From-SVN: r121086
This commit is contained in:
parent
17caeff262
commit
38fbab2a17
@ -1,3 +1,9 @@
|
||||
2007-01-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR libgcj/30550
|
||||
* Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2007-01-22 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gnu/classpath/jdwp/natVMVirtualMachine.cc
|
||||
|
@ -678,6 +678,9 @@ endif !ENABLE_SHARED
|
||||
|
||||
ecjx_LDADD = -L$(here)/.libs libgcj.la
|
||||
ecjx_DEPENDENCIES = libgcj.la libgcj.spec
|
||||
if USE_LIBGCJ_BC
|
||||
ecjx_DEPENDENCIES += libgcj_bc.la
|
||||
endif
|
||||
|
||||
else !NATIVE
|
||||
|
||||
|
@ -74,7 +74,8 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/../compile \
|
||||
$(top_srcdir)/scripts/jar.in COPYING ChangeLog NEWS THANKS
|
||||
@MAINTAINER_MODE_TRUE@@NATIVE_TRUE@noinst_PROGRAMS = \
|
||||
@MAINTAINER_MODE_TRUE@@NATIVE_TRUE@ gen-from-JIS$(EXEEXT)
|
||||
@XLIB_AWT_TRUE@am__append_15 = $(xlib_nat_headers)
|
||||
@NATIVE_TRUE@@USE_LIBGCJ_BC_TRUE@am__append_15 = libgcj_bc.la
|
||||
@XLIB_AWT_TRUE@am__append_16 = $(xlib_nat_headers)
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
||||
@ -7799,7 +7800,8 @@ ECJX_BASE_FLAGS = -findirect-dispatch \
|
||||
@NATIVE_FALSE@ecjx_LDADD =
|
||||
@NATIVE_TRUE@ecjx_LDADD = -L$(here)/.libs libgcj.la
|
||||
@NATIVE_FALSE@ecjx_DEPENDENCIES =
|
||||
@NATIVE_TRUE@ecjx_DEPENDENCIES = libgcj.la libgcj.spec
|
||||
@NATIVE_TRUE@ecjx_DEPENDENCIES = libgcj.la libgcj.spec \
|
||||
@NATIVE_TRUE@ $(am__append_15)
|
||||
gappletviewer_SOURCES =
|
||||
gappletviewer_LDFLAGS = --main=gnu.classpath.tools.appletviewer.Main \
|
||||
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||
@ -7990,7 +7992,7 @@ gnu/gcj/xlib/natXImage.cc \
|
||||
gnu/gcj/xlib/natXUnmapEvent.cc
|
||||
|
||||
sourcesdir = $(jardir)
|
||||
headers_to_make = $(nat_headers) $(am__append_15)
|
||||
headers_to_make = $(nat_headers) $(am__append_16)
|
||||
|
||||
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
||||
# values defined in terms of make variables, as is the case for CC and
|
||||
|
Loading…
Reference in New Issue
Block a user