about summary refs log tree commit diff
path: root/math
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 /math
parent2bdd4ca6b6c38367e301042c2247395568c63ebd (diff)
downloadglibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz
glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.xz
glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip
Remove bounded-pointers build system support.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/Makefile b/math/Makefile
index da18b56d4b..72cf3389f5 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -193,9 +193,6 @@ $(addprefix $(objpfx),$(tests)): $(objpfx)libm.so$(libm.so-version)
 else
 $(addprefix $(objpfx),$(tests)): $(objpfx)libm.a
 endif
-ifeq ($(build-bounded),yes)
-$(tests:%=$(objpfx)%-bp): $(objpfx)libm_b.a
-endif
 
 gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%.o,\
 		      add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \