summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-02-15 15:07:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-02-15 15:07:54 +0000
commitdaaa7713e9170ec42536b5a0e46b434dd84753a5 (patch)
tree33f5aac7f25eef435b8fe4b36e2acb7798c38130 /crypt
parent2bdd4ca6b6c38367e301042c2247395568c63ebd (diff)
Remove bounded-pointers build system support.
Diffstat (limited to 'crypt')
-rw-r--r--crypt/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index 208579a0ca..0f5f0992f5 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -69,9 +69,6 @@ $(addprefix $(objpfx),$(tests)): $(objpfx)libcrypt.so
else
$(addprefix $(objpfx),$(tests)): $(objpfx)libcrypt.a
endif
-ifeq (yes,$(build-bounded))
-$(tests:%=$(objpfx)%-bp): $(objpfx)libcrypt_b.a
-endif
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
# This ensures they will load libc.so for needed symbols if loaded by