diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a65b00f053a9..b28154e72130 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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