diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-24 14:50:46 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-24 14:50:46 -0700 |
commit | 6e6249d0b461b952d0f544792372663feb6d792a (patch) | |
tree | 555d1ac3a5e2ca9030d15f2e1760aea1a2e69ba7 /posix | |
parent | 0cae3f4b033e441d820f4521fa5736e4e6e4d713 (diff) | |
download | glibc-6e6249d0b461b952d0f544792372663feb6d792a.zip glibc-6e6249d0b461b952d0f544792372663feb6d792a.tar.gz glibc-6e6249d0b461b952d0f544792372663feb6d792a.tar.bz2 |
BZ#14743: Move clock_* symbols from librt to libc.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/posix/Makefile b/posix/Makefile index 86e6c6b..add2ca5 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -277,14 +277,6 @@ $(objpfx)tst-boost-mem: $(objpfx)tst-boost.out $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' -ifeq (yes,$(build-shared)) -$(objpfx)tst-regex: $(common-objpfx)rt/librt.so -$(objpfx)tst-regex2: $(common-objpfx)rt/librt.so -else -$(objpfx)tst-regex: $(common-objpfx)rt/librt.a -$(objpfx)tst-regex2: $(common-objpfx)rt/librt.a -endif - $(objpfx)bug-ga2-mem: $(objpfx)bug-ga2.out $(common-objpfx)malloc/mtrace $(objpfx)bug-ga2.mtrace > $@ |