* 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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user