From b7c75d871eee7f737bdfac71c622ddf26b1e0be8 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 19 Sep 2017 09:46:54 +0200 Subject: cross-gcc-first: don't build libmpx It is build by default on x86. It needs the cross compiler. It is not needed here and will be built with cross-gcc. Signed-off-by: Michael Olbrich --- rules/cross-gcc-first.make | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make index 406070b..84ce111 100644 --- a/rules/cross-gcc-first.make +++ b/rules/cross-gcc-first.make @@ -37,7 +37,10 @@ CROSS_GCC_FIRST_LICENSE := ignore # Prepare # ---------------------------------------------------------------------------- -CROSS_GCC_FIRST_ENV := $(HOST_ENV) MAKEINFO=: +CROSS_GCC_FIRST_ENV := \ + $(HOST_ENV) \ + MAKEINFO=: \ + enable_libmpx=no # # autoconf -- cgit v1.2.3