[PATCH] Remove unneeded linking in nptl testsuite
Allan McRae
allan@archlinux.org
Sun Dec 2 11:06:00 GMT 2012
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
More information about the Libc-alpha
mailing list