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

Unified Diff: gold/Makefile.in

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 | « gold/Makefile.am ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gold/Makefile.in
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 35d12a98e799bb7eb89e977980019a5f47d798fa..41835e065da0e24fec1967621e370c36ebfa2a8a 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -424,11 +424,8 @@ LIBIBERTY = ../libiberty/libiberty.a
@PLUGINS_TRUE@LIBDL = @DLOPEN_LIBS@
@THREADS_TRUE@THREADSLIB = -lpthread
-# NOTE: we use --noirt to specify that private libraries should
-# be used instead of the stable IRT interface.
@NACLSRPC_TRUE@NACLSRPCLIBS = -lsrpc -lplatform -limc -limc_syscalls -lgio -lpthread
@LINUX_TRUE@@NACLSRPC_FALSE@NACLLDFLAGS = -Wl,-rpath='$$ORIGIN/../lib'
-@NACLSRPC_TRUE@NACLLDFLAGS = -Wl,--noirt
AM_YFLAGS = -d
# Automake 1.10+ disables lex and yacc output file regeneration if
« no previous file with comments | « gold/Makefile.am ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698