|
@@ -18,7 +18,7 @@ GCOV_PROFILE := n
|
|
|
|
|
|
|
|
ccflags-y := -shared -fno-common -fno-builtin
|
|
ccflags-y := -shared -fno-common -fno-builtin
|
|
|
ccflags-y += -nostdlib -Wl,-soname=linux-vdso32.so.1 \
|
|
ccflags-y += -nostdlib -Wl,-soname=linux-vdso32.so.1 \
|
|
|
- $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
|
|
|
|
|
|
|
+ $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
|
|
asflags-y := -D__VDSO32__ -s
|
|
asflags-y := -D__VDSO32__ -s
|
|
|
|
|
|
|
|
obj-y += vdso32_wrapper.o
|
|
obj-y += vdso32_wrapper.o
|