mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am: New copy_lto_plugin rule to install the plugin into ../gcc.
2010-07-22 Richard Guenther <rguenther@suse.de> lto-plugin/ * Makefile.am: New copy_lto_plugin rule to install the plugin into ../gcc. * Makefile.in: Regenerated. From-SVN: r162412
This commit is contained in:
parent
5ccbfc1fb8
commit
553fc58230
|
|
@ -1,3 +1,9 @@
|
||||||
|
2010-07-22 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
|
* Makefile.am: New copy_lto_plugin rule to install the plugin
|
||||||
|
into ../gcc.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2010-05-21 Richard Guenther <rguenther@suse.de>
|
2010-05-21 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
* lto-plugin.c (write_resolution): Do not assert syms is non-NULL.
|
* lto-plugin.c (write_resolution): Do not assert syms is non-NULL.
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,9 @@ libexecsub_LTLIBRARIES = liblto_plugin.la
|
||||||
|
|
||||||
liblto_plugin_la_SOURCES = lto-plugin.c
|
liblto_plugin_la_SOURCES = lto-plugin.c
|
||||||
liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
|
liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
|
||||||
|
|
||||||
|
all: copy_lto_plugin
|
||||||
|
|
||||||
|
copy_lto_plugin: all-am
|
||||||
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -495,6 +495,11 @@ uninstall-am: uninstall-libexecsubLTLIBRARIES
|
||||||
tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
|
tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES
|
||||||
|
|
||||||
|
|
||||||
|
all: copy_lto_plugin
|
||||||
|
|
||||||
|
copy_lto_plugin: all-am
|
||||||
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue