diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 15:07:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 15:07:54 +0000 |
commit | daaa7713e9170ec42536b5a0e46b434dd84753a5 (patch) | |
tree | 33f5aac7f25eef435b8fe4b36e2acb7798c38130 /rt | |
parent | 2bdd4ca6b6c38367e301042c2247395568c63ebd (diff) | |
download | glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.xz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip |
Remove bounded-pointers build system support.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rt/Makefile b/rt/Makefile index 6a98c81514..ef356d0aa8 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -76,8 +76,5 @@ $(addprefix $(objpfx),$(tests)): $(objpfx)librt.so $(shared-thread-library) else $(addprefix $(objpfx),$(tests)): $(objpfx)librt.a $(static-thread-library) endif -ifeq (yes,$(build-bounded)) -$(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library) -endif tst-mqueue7-ARGS = -- $(host-test-program-cmd) |