aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vDSO
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-25 11:23:48 -0700
committerJiri Kosina <jkosina@suse.cz>2014-09-26 11:03:00 +0200
commit25b91ac204647de6f84fbc1dd7ea4fa2cc7e5a46 (patch)
tree0339778cac80d0e0dd018359b18c91b1be232eff /Documentation/vDSO
parentDocumentation: update vDSO makefile to build portable examples (diff)
downloadlinux-dev-25b91ac204647de6f84fbc1dd7ea4fa2cc7e5a46.tar.xz
linux-dev-25b91ac204647de6f84fbc1dd7ea4fa2cc7e5a46.zip
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>
Diffstat (limited to 'Documentation/vDSO')
-rw-r--r--Documentation/vDSO/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
index d87bb29afd2a..2b99e57207c1 100644
--- a/Documentation/vDSO/Makefile
+++ b/Documentation/vDSO/Makefile
@@ -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