diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-21 14:26:30 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 15:22:04 +0200 |
commit | ab3bf82e016eb0c1d7fa253555e9ce8e95c9ff1d (patch) | |
tree | 8de28361b7334d7ae8687f305d69d8f32b7ff9d4 | |
parent | c6c81351b76f6af6ccf5898175a146f49670a596 (diff) | |
download | master-31e0f0ae-ab3bf82e016eb0c1d7fa253555e9ce8e95c9ff1d.tar.gz master-31e0f0ae-ab3bf82e016eb0c1d7fa253555e9ce8e95c9ff1d.tar.bz2 master-31e0f0ae-ab3bf82e016eb0c1d7fa253555e9ce8e95c9ff1d.zip |
toolchain/gcc: disable libmpx to fix build errors on x86 with gcc 6.1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | toolchain/gcc/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ea645124d7..14b6682df1 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -104,6 +104,7 @@ GCC_CONFIGURE:= \ --disable-libgomp \ --disable-libmudflap \ --disable-multilib \ + --disable-libmpx \ --disable-nls \ $(GRAPHITE_CONFIGURE) \ --with-host-libstdcxx=-lstdc++ \ |