Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
* Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. * Makefile.in: Regenerate. From-SVN: r168087
This commit is contained in:
parent
a1cd969edf
commit
5b64bab91c
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Add table
Reference in a new issue