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 /crypt | |
parent | 2bdd4ca6b6c38367e301042c2247395568c63ebd (diff) | |
download | glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.bz2 |
Remove bounded-pointers build system support.
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypt/Makefile b/crypt/Makefile index 208579a..0f5f099 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 |