2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-17 02:40:41 +08:00

Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).

* Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).
	* Makefile.in: Rebuilt.

From-SVN: r45873
This commit is contained in:
Jeff Sturm 2001-09-29 04:07:28 +00:00 committed by Jeff Sturm
parent e60bf70a64
commit fad0903846
3 changed files with 58 additions and 1111 deletions

@ -1,3 +1,8 @@
2001-09-29 Jeff Sturm <jsturm@one-point.com>
* Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).
* Makefile.in: Rebuilt.
2001-09-27 Tom Tromey <tromey@redhat.com> 2001-09-27 Tom Tromey <tromey@redhat.com>
* java/util/IdentityHashMap.java (containsKey): Use getHash. * java/util/IdentityHashMap.java (containsKey): Use getHash.

@ -133,6 +133,7 @@ libgcj_la_LIBADD = $(javao_files) $(c_files) $(GCOBJS) \
# Include THREADLIBS here to ensure that the correct version of # Include THREADLIBS here to ensure that the correct version of
# certain linuxthread functions get linked: # certain linuxthread functions get linked:
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \ libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
$(GCLIBS) $(ZLIBS) \
## The mysterious backslash is consumed by make. ## The mysterious backslash is consumed by make.
-version-info `grep -v '^\#' $(srcdir)/libtool-version` -version-info `grep -v '^\#' $(srcdir)/libtool-version`
libgcj_la_LINK = $(LIBLINK) libgcj_la_LINK = $(LIBLINK)

File diff suppressed because one or more lines are too long