about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-11-29 22:54:22 +0000
committerLudovic Courtès <ludo@gnu.org>2011-11-29 22:54:22 +0000
commit05a447e462c7ce300aad03061e3a715489b0b9eb (patch)
treee524fe15ad2a50602cf6b909c2ee67a6e36b8a93 /pkgs/top-level/release-cross.nix
parent8404afcfe430da27302a8d1c91f2990c5616b8e0 (diff)
downloadnixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar.gz
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar.bz2
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar.lz
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar.xz
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.tar.zst
nixlib-05a447e462c7ce300aad03061e3a715489b0b9eb.zip
Cross-build GCC 4.6 for GNU on Hydra.
svn path=/nixpkgs/trunk/; revision=30629
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index b7fbdc784212..37af65437216 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;