3
0
Fork 0
forked from mirrors/nixpkgs

GCC 4.6: Really disable stripping when `stripped' is false.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32501
This commit is contained in:
Ludovic Courtès 2012-02-23 00:47:17 +00:00
parent f71dd91a43
commit 5fb4901886

View file

@ -412,7 +412,7 @@ stdenv.mkDerivation ({
installTargets = "install-gcc install-target-libgcc";
}
// optionalAttrs (!stripped) { dontStrip = true; }
// optionalAttrs (!stripped) { dontStrip = true; NIX_STRIP_DEBUG = 0; }
// optionalAttrs langVhdl rec {
name = "ghdl-0.29";