* Trying to get gcc-static to build on x86_64. Still doesn't work though.

svn path=/nixpkgs/trunk/; revision=6809
This commit is contained in:
Eelco Dolstra
2006-10-23 18:56:43 +00:00
parent 491f9dec21
commit b495d3f65e
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ let
binutils = pkgsDiet.binutils217;
gcc = import ../../development/compilers/gcc-static-4.1 {
inherit (pkgs) fetchurl stdenv;
inherit (pkgs) fetchurl stdenv glibc;
profiledCompiler = false;
langCC = false;
};