summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-26 11:48:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-27 15:27:56 +0200
commit3213531db1c3c506324c8f4d12bc9e7bce9ad251 (patch)
treee8f93737037f3894aa17fdab8596bc076e4504f3
parente475983ecccfba36af90cac4902e0866b6ae7862 (diff)
downloadptxdist-3213531db1c3c506324c8f4d12bc9e7bce9ad251.tar.gz
ptxdist-3213531db1c3c506324c8f4d12bc9e7bce9ad251.tar.xz
cross-insight: don't build with -Werror
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-insight.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/cross-insight.make b/rules/cross-insight.make
index 51c1f6afa..7afe6f278 100644
--- a/rules/cross-insight.make
+++ b/rules/cross-insight.make
@@ -40,5 +40,8 @@ $(CROSS_INSIGHT_SOURCE):
# autoconf
#
CROSS_INSIGHT_CONF_TOOL := autoconf
+CROSS_INSIGHT_CONF_OPT := \
+ $(HOST_CROSS_AUTOCONF) \
+ --disable-werror
# vim: syntax=make