This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove unneeded linking in nptl testsuite


We no longer need to link to librt as the clock_* functions have moved to libc.

nptl/ChangeLog:

2012-12-02  Allan McRae  <allan@archlinux.org>

	* Makefile (LDFLAGS-tst-cond24, LDFLAGS-tst-cond25): Remove.


---
 nptl/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/nptl/Makefile b/nptl/Makefile
index 316fbae..e33432e 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -276,9 +276,6 @@ gen-as-const-headers = pthread-errnos.sym
 
 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst
 
-LDFLAGS-tst-cond24 = -lrt
-LDFLAGS-tst-cond25 = -lrt
-
 include ../Makeconfig
 
 ifeq ($(have-forced-unwind),yes)
-- 
1.8.0.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]