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

Unified Diff: gold/Makefile.am

Issue 703613004: Stop using nacl private, and pthread private libs for gold.nexe (can use IRT). (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-binutils.git@master
Patch Set: Created 6 years, 1 month 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 | gold/Makefile.in » ('j') | gold/Makefile.in » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gold/Makefile.am
diff --git a/gold/Makefile.am b/gold/Makefile.am
index b20786434c14429e84da303786329c459ad91bc0..5740f4d21e0608ccba54fcae56c1201294814018 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -46,10 +46,7 @@ THREADSLIB = -lpthread
endif
if NACLSRPC
-# NOTE: we use --noirt to specify that private libraries should
-# be used instead of the stable IRT interface.
-NACLSRPCLIBS = -lsrpc -lplatform -limc -limc_syscalls -lgio -lpthread
Mark Seaborn 2014/11/07 02:36:38 Does gold use libpthread? I think libsrpc does, a
jvoung (off chromium) 2014/11/07 16:24:06 Okay, no harm in keeping it here for now. Done.
-NACLLDFLAGS = -Wl,--noirt
+NACLSRPCLIBS = -lsrpc -lplatform -limc -limc_syscalls -lgio
else
if LINUX
NACLLDFLAGS = -Wl,-rpath='$$ORIGIN/../lib'
« no previous file with comments | « no previous file | gold/Makefile.in » ('j') | gold/Makefile.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698