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

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: leave pthread alone 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') | no next file with comments »
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..6c3194dc44a3a11983f889c4028046eb483fc869 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
-NACLLDFLAGS = -Wl,--noirt
else
if LINUX
NACLLDFLAGS = -Wl,-rpath='$$ORIGIN/../lib'
« no previous file with comments | « no previous file | gold/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698