gcc_multi: sync the change to 4.6 and 4.9 as well

wip/yesman
Vladimír Čunát 10 years ago
parent 457850397a
commit b4214da14e
  1. 2
      pkgs/development/compilers/gcc/4.6/default.nix
  2. 2
      pkgs/development/compilers/gcc/4.9/default.nix

@ -474,6 +474,8 @@ stdenv.mkDerivation ({
# Strip kills static libs of other archs (hence cross != null)
// optionalAttrs (!stripped || cross != null) { dontStrip = true; NIX_STRIP_DEBUG = 0; }
// optionalAttrs (enableMultilib) { dontMoveLib64 = true; }
// optionalAttrs langVhdl rec {
name = "ghdl-0.29";

@ -512,4 +512,6 @@ stdenv.mkDerivation ({
# Strip kills static libs of other archs (hence cross != null)
// optionalAttrs (!stripped || cross != null) { dontStrip = true; NIX_STRIP_DEBUG = 0; }
// optionalAttrs (enableMultilib) { dontMoveLib64 = true; }
)

Loading…
Cancel
Save