Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27668
This commit is contained in:
parent
b48ed5683a
commit
f687c79ec7
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue