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;
|
binutilsCross = null;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
/* needs to be fixed:
|
||||||
gcc47 = lowPrio (wrapGCC (lib.overrideDerivation gcc46_debug.gcc (a: {
|
gcc47 = lowPrio (wrapGCC (lib.overrideDerivation gcc46_debug.gcc (a: {
|
||||||
name = "gcc-debug-4.7.0rc20120302";
|
name = "gcc-debug-4.7.0rc20120302";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -1947,6 +1948,7 @@ let
|
|||||||
|
|
||||||
patches = [];
|
patches = [];
|
||||||
})));
|
})));
|
||||||
|
*/
|
||||||
|
|
||||||
gccApple =
|
gccApple =
|
||||||
wrapGCC ( (if stdenv.system == "i686-darwin" then import ../development/compilers/gcc/4.2-apple32 else import ../development/compilers/gcc/4.2-apple64) {
|
wrapGCC ( (if stdenv.system == "i686-darwin" then import ../development/compilers/gcc/4.2-apple32 else import ../development/compilers/gcc/4.2-apple64) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user