diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 1ccbe549a55..b03dae1ae49 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -288,13 +288,7 @@ rec { profiledCompiler = gccWithProfiling; }; - gccWrapped = (import ../build-support/gcc-wrapper) { - nativeTools = false; - nativeGlibc = false; - gcc = stdenv.gcc; - inherit (stdenv.gcc) binutils glibc; - inherit stdenv; - }; + gccWrapped = stdenv.gcc; gcc_static = (import ../development/compilers/gcc-static-3.4) { inherit fetchurl stdenv;