Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25b91ac2 authored by Peter Foley's avatar Peter Foley Committed by Jiri Kosina
Browse files

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: default avatarPeter Foley <pefoley2@pefoley.com>
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 15565829
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# List of programs to build
hostprogs-y := vdso_test
# vdso_test won't build for glibc < 2.16, so disable it
# hostprogs-y := vdso_test
hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
vdso_test-objs := parse_vdso.o vdso_test.o