about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a9b00e7c78..3837a93573 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-03  Allan McRae  <allan@archlinux.org>
+
+	* Makefile (LDFLAGS-tst-cond24, LDFLAGS-tst-cond25): Remove.
+
 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* unwind.c (__pthread_unwind): Pass address of unwind_cleanup
diff --git a/nptl/Makefile b/nptl/Makefile
index 316fbaea63..e33432ee8a 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)