diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:57:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:57:06 +0000 |
commit | c2d549290d24aeae30a328a6b4061f60f095dea2 (patch) | |
tree | a44c7c7eb4f8acd4d69c01c6b757039fa0ecee6e /sysdeps/unix/Makefile | |
parent | 8cf28c5ebe7b02e769a3f3082fd390e6d8c11542 (diff) | |
download | glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.tar.gz glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.tar.xz glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.zip |
Remove bp-thunks code.
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r-- | sysdeps/unix/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 7fd0003d67..375561f0d0 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -88,21 +88,10 @@ $(common-objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ mv -f $@T $@ endif -# The $(bppfx)syscall.ob objects depend on s-proto-bp.d, which are -# generated to specify dependencies generated BP stubs have on headers. -# These deps use file names relative to a subdir, so don't -# include them in the parent directory. -ifneq (,$(filter $(unix-syscalls),$(routines) $(sysdep_routines) $(aux))) -ifndef no_deps --include $(common-objpfx)s-proto-bp.d -endif -endif - $(common-objpfx)s-%.d: $(..)sysdeps/unix/s-%.S \ $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) $(+make-deps) -common-generated += s-proto-bp.d postclean-generated += sysd-syscalls endif |