diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-12-20 17:03:10 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-12-20 17:03:10 +0000 |
commit | 5b64bab91ca37ca020ec89eea7debc228435e7ad (patch) | |
tree | 8fa23753c1b331d357d16527ea23c7054cfeae86 /lto-plugin/Makefile.in | |
parent | a1cd969edf9241095996d164205dd7f6ab1a4a32 (diff) | |
download | gcc-5b64bab91ca37ca020ec89eea7debc228435e7ad.tar.gz |
Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
* Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
* Makefile.in: Regenerate.
From-SVN: r168087
Diffstat (limited to 'lto-plugin/Makefile.in')
-rw-r--r-- | lto-plugin/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lto-plugin/Makefile.in b/lto-plugin/Makefile.in index ad53a60a903..2e283f7a0eb 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 = \ |