X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2FDocumentation%2FvDSO%2FMakefile;h=b12e98770e1f5ea48d714dbce12db2a27c06b2f5;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=ee075c3d21248cff5f409585116c3ab52af6a575;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/Documentation/vDSO/Makefile b/kernel/Documentation/vDSO/Makefile index ee075c3d2..b12e98770 100644 --- a/kernel/Documentation/vDSO/Makefile +++ b/kernel/Documentation/vDSO/Makefile @@ -1,3 +1,4 @@ +ifndef CROSS_COMPILE # vdso_test won't build for glibc < 2.16, so disable it # hostprogs-y := vdso_test hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86 @@ -13,3 +14,4 @@ HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib ifeq ($(CONFIG_X86_32),y) HOSTLOADLIBES_vdso_standalone_test_x86 += -lgcc_s endif +endif