| 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'
|
|
|