toolchain/gcc: disable libmpx to fix build errors on x86 with gcc 6.1

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-07-21 14:26:30 +02:00
parent c6c81351b7
commit ab3bf82e01
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ GCC_CONFIGURE:= \
--disable-libgomp \
--disable-libmudflap \
--disable-multilib \
--disable-libmpx \
--disable-nls \
$(GRAPHITE_CONFIGURE) \
--with-host-libstdcxx=-lstdc++ \