Chromium Code Reviews| 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' |