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

View File

@ -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>
* java/util/IdentityHashMap.java (containsKey): Use getHash.

View File

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

File diff suppressed because one or more lines are too long