diff options
author | Allan McRae <allan@archlinux.org> | 2012-12-02 21:01:29 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-12-03 13:56:07 +1000 |
commit | e30907c3a4329c732d09a7efb1821c720ed6f116 (patch) | |
tree | 8c1660a90fc6818be8af4d2c5e913e421917af2b /nptl/Makefile | |
parent | eb6cbd249f4465b01f428057bf6ab61f5f0c07e3 (diff) | |
download | glibc-e30907c3a4329c732d09a7efb1821c720ed6f116.tar.gz glibc-e30907c3a4329c732d09a7efb1821c720ed6f116.tar.xz glibc-e30907c3a4329c732d09a7efb1821c720ed6f116.zip |
Remove unneeded linking in nptl testsuite
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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) |