]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unneeded linking in nptl testsuite
authorAllan McRae <allan@archlinux.org>
Sun, 2 Dec 2012 11:01:29 +0000 (21:01 +1000)
committerAllan McRae <allan@archlinux.org>
Mon, 3 Dec 2012 03:56:07 +0000 (13:56 +1000)
nptl/ChangeLog
nptl/Makefile

index a9b00e7c7840c3c416d3bc74ca75acda6f714426..3837a93573b350970688de45581944513f0503da 100644 (file)
@@ -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
index 316fbaea63f2c5bb6a9ca4f3f4b71f891f393d0b..e33432ee8a6bdd7ac4aec1942b6897122a8f7c75 100644 (file)
@@ -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)