Chromium Code Reviews| Index: gold/Makefile.in |
| diff --git a/gold/Makefile.in b/gold/Makefile.in |
| index 35d12a98e799bb7eb89e977980019a5f47d798fa..191b2edaa2c6cb8fbd8aecc5609484edcb6e50a4 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 |
|
Mark Seaborn
2014/11/07 02:36:38
Same with this one
jvoung (off chromium)
2014/11/07 16:24:06
Done.
|
| +@NACLSRPC_TRUE@NACLSRPCLIBS = -lsrpc -lplatform -limc -limc_syscalls -lgio |
| @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 |