Merge pull request #22212 from rasendubi/musl

musl: build musl-gcc
This commit is contained in:
Robin Gloster
2017-01-27 21:38:24 +01:00
committed by GitHub

View File

@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-shared"
"--enable-static"
"--disable-gcc-wrapper"
];
patches = [