Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] ltp-testsuite: disable numa tests
@ 2018-01-26 11:03 Baruch Siach
  2018-01-26 11:03 ` [Buildroot] [PATCH 2/2] ltp-testsuite: drop redundant arch dependency entries Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Baruch Siach @ 2018-01-26 11:03 UTC (permalink / raw)
  To: buildroot

The LTP_CHECK_SYSCALL_NUMA autoconf macro uses AC_RUN_IFELSE when it
detects the numaif.h header. This is incompatible with cross
compilation.

Fixes:
http://autobuild.buildroot.net/results/21a/21a6eeddbf5ccffc34c38527d0807305a5eb3917/
http://autobuild.buildroot.net/results/fc0/fc01921e8e8e1ea100461b29137c4219e6686c58/
http://autobuild.buildroot.net/results/962/96285d154abd65838ff5c66e96db309d9ac26c80/

Cc: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ltp-testsuite/ltp-testsuite.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index 87854568d8a6..28dc24749ec8 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -56,7 +56,8 @@ LTP_TESTSUITE_CONF_ENV += \
 	CFLAGS="$(LTP_TESTSUITE_CFLAGS)" \
 	CPPFLAGS="$(LTP_TESTSUITE_CPPFLAGS)" \
 	LIBS="$(LTP_TESTSUITE_LIBS)" \
-	SYSROOT="$(STAGING_DIR)"
+	SYSROOT="$(STAGING_DIR)" \
+	have_numa_headers=no
 
 # Requires uClibc fts and bessel support, normally not enabled
 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-01-28  3:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26 11:03 [Buildroot] [PATCH 1/2] ltp-testsuite: disable numa tests Baruch Siach
2018-01-26 11:03 ` [Buildroot] [PATCH 2/2] ltp-testsuite: drop redundant arch dependency entries Baruch Siach
2018-01-26 11:35   ` Petr Vorel
2018-01-27 10:17   ` Peter Korsgaard
2018-01-27 22:07   ` Thomas Petazzoni
2018-01-28  3:24     ` Baruch Siach
2018-01-26 11:17 ` [Buildroot] [PATCH 1/2] ltp-testsuite: disable numa tests Petr Vorel
2018-01-26 13:37   ` Baruch Siach
2018-01-26 14:08     ` Baruch Siach
2018-01-26 14:55       ` Petr Vorel
2018-01-26 15:14     ` Petr Vorel
2018-01-27 10:18 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox