kernel/arch/sh/kernel/vsyscall/Makefile
.. .. @@ -15,8 +15,7 @@ 15 15 16 16 export CPPFLAGS_vsyscall.lds += -P -C -Ush 17 17 18 -vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 \19 - $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)18 +vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv20 19 21 20 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags) 22 21