3
0
Fork 0
forked from mirrors/nixpkgs

Fix wrong merge

svn path=/nixpkgs/branches/stdenv-updates/; revision=32714
This commit is contained in:
Yury G. Kudryashov 2012-03-01 07:16:34 +00:00
parent 0210e20b5a
commit 5a39444e76

View file

@ -1900,9 +1900,6 @@ let
gcc46_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc/4.6 {
inherit noSysDirs;
cross = null;
libcCross = null;
binutilsCross = null;
# bootstrapping a profiled compiler does not work in the sheevaplug:
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43944