From: Allan McRae Date: Sun, 2 Dec 2012 11:01:29 +0000 (+1000) Subject: Remove unneeded linking in nptl testsuite X-Git-Tag: upstream/2.16.90~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e30907c3a4329c732d09a7efb1821c720ed6f116;p=platform%2Fupstream%2Fglibc.git Remove unneeded linking in nptl testsuite --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a9b00e7..3837a93 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2012-12-03 Allan McRae + + * Makefile (LDFLAGS-tst-cond24, LDFLAGS-tst-cond25): Remove. + 2012-11-26 H.J. Lu * unwind.c (__pthread_unwind): Pass address of unwind_cleanup 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)