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:
parent
e60bf70a64
commit
fad0903846
@ -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.
|
||||
|
@ -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)
|
||||
|
1163
libjava/Makefile.in
1163
libjava/Makefile.in
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user