Browse Source

gcc: disable libmpx to avoid musl toolchain breaking

Waldemar Brodkorb 8 years ago
parent
commit
2332e65f19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/gcc/Makefile

+ 1 - 0
toolchain/gcc/Makefile

@@ -38,6 +38,7 @@ GCC_CONFOPTS:=		--prefix=$(TOOLCHAIN_DIR)/usr \
 			--disable-libitm \
 			--disable-libmudflap \
 			--disable-libgomp \
+			--disable-libmpx \
 			--disable-libcilkrts \
 			--disable-libquadmath \
 			--disable-libquadmath-support \