Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: disable vdso_test to avoid breakage with old glibc

glibc versions older than 2.16 don't include sys/auxv.h which this
executable uses.
Since we don't have a good way to test for specific glibc versions in
kbuild, just disable it for now.

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Peter Foley and committed by
Jiri Kosina
25b91ac2 15565829

+2 -2
+2 -2
Documentation/vDSO/Makefile
··· 1 - # List of programs to build 2 - hostprogs-y := vdso_test 1 + # vdso_test won't build for glibc < 2.16, so disable it 2 + # hostprogs-y := vdso_test 3 3 hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86 4 4 vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o 5 5 vdso_test-objs := parse_vdso.o vdso_test.o