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 /misc/Makefile | |
parent | 2bdd4ca6b6c38367e301042c2247395568c63ebd (diff) | |
download | glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.bz2 glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip |
Remove bounded-pointers build system support.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3d2328d189..5df70e6ecc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -109,10 +109,6 @@ else $(objpfx)tst-tsearch: $(common-objpfx)math/libm.a endif -ifeq ($(build-bounded),yes) -$(objpfx)tst-tsearch-bp: $(common-objpfx)math/libm_b.a -endif - tst-error1-ENV = MALLOC_TRACE=$(objpfx)tst-error1.mtrace tst-error1-ARGS = $(objpfx)tst-error1.out $(objpfx)tst-error1-mem: $(objpfx)tst-error1.out |