Cross-build GCC 4.6 for GNU on Hydra.

svn path=/nixpkgs/trunk/; revision=30629
This commit is contained in:
Ludovic Courtès 2011-11-29 22:54:22 +00:00
parent 8404afcfe4
commit 05a447e462

View File

@ -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;