提交 60a95b77 编写于 作者: P Peter Foley 提交者: Jonathan Corbet

Documentation: fix vdso_standalone_test_x86 on 32-bit

vdso_standalone_test_x86 needs -lgcc_s to build succesfully on 32bit.
Signed-off-by: NPeter Foley <pefoley2@pefoley.com>
[ Fixed missing separator issue reported by Paul Bolle <pebolle@tiscali.nl> ]
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 ef0b97e3
......@@ -10,3 +10,6 @@ always := $(hostprogs-y)
HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
ifeq ($(CONFIG_X86_32),y)
HOSTLOADLIBES_vdso_standalone_test_x86 += -lgcc_s
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册