Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: binutils-2.20/bfd/Makefile.in

Issue 8713008: Add dlwrap.c to binutils to simulate dlopen/dlsym for gold plugin (Closed)
Patch Set: x Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | binutils-2.20/bfd/plugin.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils-2.20/bfd/Makefile.in
===================================================================
--- a/binutils-2.20/bfd/Makefile.in
+++ b/binutils-2.20/bfd/Makefile.in
@@ -336,7 +336,7 @@
@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
-@PLUGINS_TRUE@LIBDL = -ldl
+@PLUGINS_TRUE@LIBDL = -ldlwrap -lstdc++ -lm -ldl -lpthread
# bfd.h goes here, for now
BFD_H = bfd.h
« no previous file with comments | « no previous file | binutils-2.20/bfd/plugin.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698