summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-19 09:46:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 15:05:59 +0100
commitb7c75d871eee7f737bdfac71c622ddf26b1e0be8 (patch)
tree9dfda1ce79743a324f8e16a40054ef903c75b206
parentd37e2bb535c036cd30d5d7fa013855490f955c2f (diff)
downloadOSELAS.Toolchain-b7c75d871eee7f737bdfac71c622ddf26b1e0be8.tar.gz
OSELAS.Toolchain-b7c75d871eee7f737bdfac71c622ddf26b1e0be8.tar.xz
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 <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gcc-first.make5
1 files changed, 4 insertions, 1 deletions
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