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 /Makerules | |
parent | 2bdd4ca6b6c38367e301042c2247395568c63ebd (diff) | |
download | glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.xz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip |
Remove bounded-pointers build system support.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Makerules b/Makerules index 5e7d205aad..b115f1a92c 100644 --- a/Makerules +++ b/Makerules @@ -418,7 +418,6 @@ elide-routines.os += $(static-only-routines) elide-routines.o += $(shared-only-routines) elide-routines.op += $(shared-only-routines) elide-routines.og += $(shared-only-routines) -elide-routines.ob += $(shared-only-routines) # Shared library building. @@ -1265,9 +1264,7 @@ mostlyclean: common-mostlyclean do-tests-clean: -rm -f $(addprefix $(objpfx),$(addsuffix .out,$(tests) $(xtests) \ - $(test-srcs)) \ - $(addsuffix -bp.out,$(tests) $(xtests) \ - $(test-srcs))) + $(test-srcs))) # Remove the object files. common-mostlyclean: @@ -1276,12 +1273,8 @@ common-mostlyclean: $(addsuffix .o,$(tests) $(xtests) \ $(test-srcs) $(others) \ $(sysdep-others)) \ - $(addsuffix -bp,$(tests) $(xtests) \ - $(test-srcs)) \ $(addsuffix .out,$(tests) $(xtests) \ - $(test-srcs)) \ - $(addsuffix -bp.out,$(tests) $(xtests) \ - $(test-srcs))) + $(test-srcs))) -rm -f $(addprefix $(objpfx),$(extra-objs) $(extra-test-objs) \ $(install-lib) $(install-lib.so) \ $(install-lib.so:%.so=%_pic.a)) |