gcc 4.7: Add `gcc47_debug'.
This commit is contained in:
parent
255c72ede6
commit
a5615adc97
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user