Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty.
2009-10-13 Richard Guenther <rguenther@suse.de> * Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty. * Makefile.in: Regenerated. From-SVN: r152698
This commit is contained in:
parent
e4c5bd489f
commit
076c7ebe99
@ -1,3 +1,9 @@
|
||||
2009-10-13 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* Makefile.am (liblto_plugin_la_LIBADD): Link against the
|
||||
correct libiberty.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2009-10-08 Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
* lto-plugin.c (add_input_library): New.
|
||||
|
@ -16,4 +16,4 @@ AM_CFLAGS = -Wall -Werror
|
||||
libexecsub_LTLIBRARIES = liblto_plugin.la
|
||||
|
||||
liblto_plugin_la_SOURCES = lto-plugin.c
|
||||
liblto_plugin_la_LIBADD = $(LIBELFLIBS) -L../libiberty/pic -liberty
|
||||
liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
|
||||
|
@ -82,7 +82,8 @@ am__base_list = \
|
||||
am__installdirs = "$(DESTDIR)$(libexecsubdir)"
|
||||
LTLIBRARIES = $(libexecsub_LTLIBRARIES)
|
||||
am__DEPENDENCIES_1 =
|
||||
liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
|
||||
../libiberty/pic/libiberty.a
|
||||
am_liblto_plugin_la_OBJECTS = lto-plugin.lo
|
||||
liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@
|
||||
@ -240,7 +241,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
|
||||
AM_CFLAGS = -Wall -Werror
|
||||
libexecsub_LTLIBRARIES = liblto_plugin.la
|
||||
liblto_plugin_la_SOURCES = lto-plugin.c
|
||||
liblto_plugin_la_LIBADD = $(LIBELFLIBS) -L../libiberty/pic -liberty
|
||||
liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Loading…
Reference in New Issue
Block a user