summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-21 14:57:44 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-21 14:57:44 +0000
commitdacaf9b0c6553a346481cd392c8af525e23e8e50 (patch)
tree121a68f55b5fc5ce542dbde1dbe7305990fe916b /boehm-gc
parentc34aeb9d18d45fd59b972838c9dbd41b6d434d34 (diff)
downloadgcc-dacaf9b0c6553a346481cd392c8af525e23e8e50.tar.gz
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27668 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/Makefile.am2
-rw-r--r--boehm-gc/Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index ec0bc5713cd..279a2f38f3f 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,6 +1,10 @@
1999-06-21 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
+ * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
+ -release.
+
+ * Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Define as libdir when
appropriate.
* configure: Rebuilt.
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 48d5211eec6..921031f50bf 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -35,7 +35,7 @@ solaris_threads.c solaris_threads.h stubborn.c typd_mlc.c version.h \
weakpointer.h
libgcjgc_la_LIBADD = @addobjs@
libgcjgc_la_DEPENDENCIES = @addobjs@
-libgcjgc_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)
+libgcjgc_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)
EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in
index 19803135e53..7152f160035 100644
--- a/boehm-gc/Makefile.in
+++ b/boehm-gc/Makefile.in
@@ -118,7 +118,7 @@ weakpointer.h
libgcjgc_la_LIBADD = @addobjs@
libgcjgc_la_DEPENDENCIES = @addobjs@
-libgcjgc_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)
+libgcjgc_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)
EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \