]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
authorDave Korn <dave.korn.cygwin@gmail.com>
Mon, 20 Dec 2010 17:03:10 +0000 (17:03 +0000)
committerDave Korn <davek@gcc.gnu.org>
Mon, 20 Dec 2010 17:03:10 +0000 (17:03 +0000)
* Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
* Makefile.in: Regenerate.

From-SVN: r168087

lto-plugin/ChangeLog
lto-plugin/Makefile.am
lto-plugin/Makefile.in

index 62994fcc553c29c0dd3c3bd76133264294daa72f..d802828f0e5d02f4eb43054aafb00f1c490da5cb 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-20  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
+       * Makefile.in: Regenerate.
+
 2010-12-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        Revert last change.
index ba385c76c6f043e14a6ff53cbbea2229c9417050..a51bc4a9739edcfdfecb7143a1a68812c68e5a72 100644 (file)
@@ -9,6 +9,7 @@ libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
 
 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
 AM_CFLAGS = -Wall -Werror
+AM_LIBTOOLFLAGS = --tag=disable-static
 
 libexecsub_LTLIBRARIES = liblto_plugin.la
 
index ad53a60a903c9d94de243fe893edb2a1c83c7a16..2e283f7a0ebfeeb88a011eb01792deeab222f4c6 100644 (file)
@@ -230,6 +230,7 @@ gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
 AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
 AM_CFLAGS = -Wall -Werror
+AM_LIBTOOLFLAGS = --tag=disable-static
 libexecsub_LTLIBRARIES = liblto_plugin.la
 liblto_plugin_la_SOURCES = lto-plugin.c
 liblto_plugin_la_LIBADD = \