diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index b7fbdc78421..37af6543721 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -190,6 +190,7 @@ in { boehmgc.hostDrv = nativePlatforms; findutils.hostDrv = nativePlatforms; gcc.hostDrv = nativePlatforms; + gcc46.hostDrv = nativePlatforms; gdb.hostDrv = nativePlatforms; gmp.hostDrv = nativePlatforms; gnugrep.hostDrv = nativePlatforms;