forked from mirrors/nixpkgs
commented gcc47 - breaks tarball
svn path=/nixpkgs/trunk/; revision=32993
This commit is contained in:
parent
36fbb68247
commit
2b2eb19973
|
@ -1934,6 +1934,7 @@ let
|
|||
binutilsCross = null;
|
||||
}));
|
||||
|
||||
/* needs to be fixed:
|
||||
gcc47 = lowPrio (wrapGCC (lib.overrideDerivation gcc46_debug.gcc (a: {
|
||||
name = "gcc-debug-4.7.0rc20120302";
|
||||
src = fetchurl {
|
||||
|
@ -1947,6 +1948,7 @@ let
|
|||
|
||||
patches = [];
|
||||
})));
|
||||
*/
|
||||
|
||||
gccApple =
|
||||
wrapGCC ( (if stdenv.system == "i686-darwin" then import ../development/compilers/gcc/4.2-apple32 else import ../development/compilers/gcc/4.2-apple64) {
|
||||
|
|
Loading…
Reference in a new issue