sh: vsyscall: drop unnecessary cc-ldoption
Towards the goal of removing cc-ldoption, it seems that --hash-style= was added to binutils 2.17.50.0.2 in 2006. The minimal required version of binutils for the kernel according to Documentation/process/changes.rst is 2.20. Link: https://gcc.gnu.org/ml/gcc/2007-01/msg01141.html Cc: clang-built-linux@googlegroups.com Suggested-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
861fde3191
commit
5b13f841b3
@ -15,8 +15,7 @@ quiet_cmd_syscall = SYSCALL $@
|
|||||||
|
|
||||||
export CPPFLAGS_vsyscall.lds += -P -C -Ush
|
export CPPFLAGS_vsyscall.lds += -P -C -Ush
|
||||||
|
|
||||||
vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 \
|
vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
|
||||||
$(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
|
||||||
|
|
||||||
SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)
|
SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user