mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
gcc-plugins: remove unused GCC_PLUGIN_SUBDIR
GCC_PLUGIN_SUBDIR has never been used. If you really need this in the future, please re-add it then. For now, the code is unused. Remove. 'export HOSTLIBS' is not necessary either. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Kees Cook <keescook@chromium.org>
This commit is contained in:
parent
7daf201d7f
commit
c17d6179ad
2 changed files with 1 additions and 7 deletions
|
@ -14,8 +14,6 @@ else
|
|||
export HOST_EXTRACXXFLAGS
|
||||
endif
|
||||
|
||||
export HOSTLIBS
|
||||
|
||||
$(obj)/randomize_layout_plugin.o: $(objtree)/$(obj)/randomize_layout_seed.h
|
||||
quiet_cmd_create_randomize_layout_seed = GENSEED $@
|
||||
cmd_create_randomize_layout_seed = \
|
||||
|
@ -29,7 +27,4 @@ always := $($(HOSTLIBS)-y)
|
|||
|
||||
$(foreach p,$($(HOSTLIBS)-y:%.so=%),$(eval $(p)-objs := $(p).o))
|
||||
|
||||
subdir-y := $(GCC_PLUGIN_SUBDIR)
|
||||
subdir- += $(GCC_PLUGIN_SUBDIR)
|
||||
|
||||
clean-files += *.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue