forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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