[boehm-gc] Don't install libgcjgc.la
Jeff Sturm
jsturm@one-point.com
Mon Apr 22 18:07:00 GMT 2002
On 22 Apr 2002, Tom Tromey wrote:
> Jeff> Actually I don't think libgcjgc.so is used anymore, and needn't
> Jeff> be installed, right?
>
> I was just going to say the same thing. I think the same applies to
> zlib as well. We can just use noinst_ and then we don't need to worry
> about the soname.
Like this? Tested on i686-pc-linux-gnu.
I checked zlib; it looks fine as is.
2002-04-22 Jeff Sturm <jsturm@one-point.com>
* Makefile.am (toolexeclib_LTLIBRARIES): Remove.
(noinst_LTLIBRARIES): Add libgcjgc.la.
* Makefile.in: Rebuild.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.33.2.1
diff -u -p -r1.33.2.1 Makefile.am
--- Makefile.am 17 Mar 2002 00:45:49 -0000 1.33.2.1
+++ Makefile.am 23 Apr 2002 00:44:52 -0000
@@ -25,8 +25,7 @@ toolexecdir = $(exec_prefix)/$(target_al
toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
endif
-toolexeclib_LTLIBRARIES = libgcjgc.la
-noinst_LTLIBRARIES = libgcjgc_convenience.la
+noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
GC_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \
More information about the Java-patches
mailing list