forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/arch/sh/kernel/vsyscall/Makefile
....@@ -15,8 +15,7 @@
1515
1616 export CPPFLAGS_vsyscall.lds += -P -C -Ush
1717
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=sysv
2019
2120 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)
2221