Skip to content

Commit

Permalink
commented gcc47 - breaks tarball
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=32993
  • Loading branch information
chaoflow committed Mar 11, 2012
1 parent 36fbb68 commit 2b2eb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand All @@ -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) {
Expand Down

0 comments on commit 2b2eb19

Please sign in to comment.