From: Tom Tromey Date: Mon, 21 Jun 1999 14:57:44 +0000 (+0000) Subject: Makefile.in: Rebuilt. X-Git-Tag: releases/libgcj-2.95.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f687c79ec7258741c3eda8e2b1326170abf79421;p=thirdparty%2Fgcc.git Makefile.in: Rebuilt. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27668 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index ec0bc5713cda..279a2f38f3f0 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,9 @@ 1999-06-21 Tom Tromey + * Makefile.in: Rebuilt. + * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not + -release. + * Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 48d5211eec6b..921031f50bfd 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 19803135e53a..7152f1600358 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 \