musl: build musl-gcc

The build of the wrapper was disabled in 93e44be (#21023) and is not
related to the CVE itself. (See comments in the mentioned PR.)
This commit is contained in:
Alexey Shmalko
2017-01-27 21:54:27 +02:00
parent c466e31a0f
commit e799e7b5d6

View File

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