public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] open_posix_testsuite: Fix cross compilation of tools
@ 2017-03-22 19:54 Petr Vorel
  2017-03-23 10:59 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2017-03-22 19:54 UTC (permalink / raw)
  To: ltp

From: Petr Vorel <petr.vorel@gmail.com>

by including config-openposix.mk which contains cross compilation setup.

This fixes #144.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 testcases/open_posix_testsuite/tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testcases/open_posix_testsuite/tools/Makefile b/testcases/open_posix_testsuite/tools/Makefile
index 9a9f0481d..8500d4259 100644
--- a/testcases/open_posix_testsuite/tools/Makefile
+++ b/testcases/open_posix_testsuite/tools/Makefile
@@ -4,6 +4,8 @@
 # Ngie Cooper, June 2010
 #
 
+include ../../../include/mk/config-openposix.mk
+
 top_srcdir?=	..
 
 srcdir=		$(top_srcdir)/tools
-- 
2.11.0


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

end of thread, other threads:[~2017-03-23 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 19:54 [LTP] [PATCH 1/1] open_posix_testsuite: Fix cross compilation of tools Petr Vorel
2017-03-23 10:59 ` Cyril Hrubis

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