1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gcc 4.7: Add `gcc47_debug'.

This commit is contained in:
Ludovic Courtès 2012-08-20 10:15:42 +02:00
parent 255c72ede6
commit a5615adc97

View file

@ -2050,6 +2050,15 @@ let
else null;
}));
gcc47_debug = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.7 {
stripped = false;
inherit noSysDirs;
cross = null;
libcCross = null;
binutilsCross = null;
}));
gccApple =
wrapGCC (makeOverridable
(if stdenv.system == "i686-darwin"