Documentation: disable vdso_test to avoid breakage with old glibc
authorPeter Foley <pefoley2@pefoley.com>
Thu, 25 Sep 2014 18:23:48 +0000 (11:23 -0700)
committerJiri Kosina <jkosina@suse.cz>
Fri, 26 Sep 2014 09:03:00 +0000 (11:03 +0200)
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>
Documentation/vDSO/Makefile

index d87bb29afd2afbf52ad062eda9a7742cecad60d2..2b99e57207c161db7fa442f16ff99e16414a1a79 100644 (file)
@@ -1,5 +1,5 @@
-# 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
This page took 0.026387 seconds and 5 git commands to generate.