]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/vDSO/Makefile
Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[karo-tx-linux.git] / Documentation / vDSO / Makefile
index ee075c3d21248cff5f409585116c3ab52af6a575..b12e98770e1f5ea48d714dbce12db2a27c06b2f5 100644 (file)
@@ -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