gcc: Pass --with-mpc in crossAttrs
Just for consistency, it should be already coming from buildInputs anyway.
This commit is contained in:
parent
2d3d105b02
commit
5fe4076683
|
@ -284,6 +284,7 @@ stdenv.mkDerivation ({
|
||||||
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
||||||
--with-gmp=${gmp.crossDrv}
|
--with-gmp=${gmp.crossDrv}
|
||||||
--with-mpfr=${mpfr.crossDrv}
|
--with-mpfr=${mpfr.crossDrv}
|
||||||
|
--with-mpc=${libmpc.crossDrv}
|
||||||
--disable-libstdcxx-pch
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
|
@ -357,6 +357,7 @@ stdenv.mkDerivation ({
|
||||||
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
||||||
--with-gmp=${gmp.crossDrv}
|
--with-gmp=${gmp.crossDrv}
|
||||||
--with-mpfr=${mpfr.crossDrv}
|
--with-mpfr=${mpfr.crossDrv}
|
||||||
|
--with-mpc=${libmpc.crossDrv}
|
||||||
--disable-libstdcxx-pch
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
|
@ -415,6 +415,7 @@ stdenv.mkDerivation ({
|
||||||
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
||||||
--with-gmp=${gmp.crossDrv}
|
--with-gmp=${gmp.crossDrv}
|
||||||
--with-mpfr=${mpfr.crossDrv}
|
--with-mpfr=${mpfr.crossDrv}
|
||||||
|
--with-mpc=${libmpc.crossDrv}
|
||||||
--disable-libstdcxx-pch
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
|
@ -422,6 +422,7 @@ stdenv.mkDerivation ({
|
||||||
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
||||||
--with-gmp=${gmp.crossDrv}
|
--with-gmp=${gmp.crossDrv}
|
||||||
--with-mpfr=${mpfr.crossDrv}
|
--with-mpfr=${mpfr.crossDrv}
|
||||||
|
--with-mpc=${libmpc.crossDrv}
|
||||||
--disable-libstdcxx-pch
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
|
@ -416,6 +416,7 @@ stdenv.mkDerivation ({
|
||||||
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr.crossDrv}" else ""}
|
||||||
--with-gmp=${gmp.crossDrv}
|
--with-gmp=${gmp.crossDrv}
|
||||||
--with-mpfr=${mpfr.crossDrv}
|
--with-mpfr=${mpfr.crossDrv}
|
||||||
|
--with-mpc=${libmpc.crossDrv}
|
||||||
--disable-libstdcxx-pch
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
Loading…
Reference in New Issue