]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (libstdc___la_LDFLAGS): Use -release instead of -version-info, use substi...
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 8 Aug 2001 22:39:28 +0000 (22:39 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 8 Aug 2001 22:39:28 +0000 (22:39 +0000)
2001-08-08  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am (libstdc___la_LDFLAGS): Use -release instead of
-version-info, use substituted VERSION info.
* src/Makefile.in: Regenerate.

From-SVN: r44730

libstdc++-v3/ChangeLog
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in

index 433ebec66fe21375ceed56a131115407d0c5db9b..1f3679b55e8a7cf87bf5c761a703c314c3c33d82 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-08  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/Makefile.am (libstdc___la_LDFLAGS): Use -release instead of
+       -version-info, use substituted VERSION info.
+       * src/Makefile.in: Regenerate.
+       
 2001-08-07  Benjamin Kosnik  <bkoz@redhat.com>
 
        Implement std::messages.
index 0be5f018aa33ceaa10ef4fe3964300c19497c825..d4fb12961bd8249537f075c929c75035108c4e2f 100644 (file)
@@ -21,7 +21,7 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.90 2001/07/13 16:47:55 pme Exp $
+## $Id: Makefile.am,v 1.91 2001/08/08 02:49:00 bkoz Exp $
 
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1
@@ -76,7 +76,7 @@ libstdc___la_LIBADD = \
        ../libmath/libmath.la @libio_la@ \
        ../libsupc++/libsupc++convenience.la
 
-libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
+libstdc___la_LDFLAGS = -release @VERSION@ -lm
 
 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
 
index 89c002f89839938fc2c8a1c3b2b4ad58fb3aa5db..f1c32b4347b677a8a3d9b2148c863dce2665ac9b 100644 (file)
@@ -184,7 +184,7 @@ libstdc___la_SOURCES = $(sources)
 libstdc___la_LIBADD =          ../libmath/libmath.la @libio_la@        ../libsupc++/libsupc++convenience.la
 
 
-libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
+libstdc___la_LDFLAGS = -release @VERSION@ -lm
 
 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)