From: Dave Korn Date: Mon, 20 Dec 2010 17:03:10 +0000 (+0000) Subject: Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. X-Git-Tag: releases/gcc-4.6.0~1732 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b64bab91ca37ca020ec89eea7debc228435e7ad;p=thirdparty%2Fgcc.git Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. * Makefile.in: Regenerate. From-SVN: r168087 --- diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 62994fcc553c..d802828f0e5d 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,8 @@ +2010-12-20 Dave Korn + + * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. + * Makefile.in: Regenerate. + 2010-12-15 Rainer Orth Revert last change. diff --git a/lto-plugin/Makefile.am b/lto-plugin/Makefile.am index ba385c76c6f0..a51bc4a9739e 100644 --- a/lto-plugin/Makefile.am +++ b/lto-plugin/Makefile.am @@ -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 diff --git a/lto-plugin/Makefile.in b/lto-plugin/Makefile.in index ad53a60a903c..2e283f7a0ebf 100644 --- a/lto-plugin/Makefile.in +++ b/lto-plugin/Makefile.in @@ -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 = \