* Build a static GCC, properly. (Reminder: when building GCC on an
impure x86_64 environment, make sure that the 32-bit GCC / Glibc libraries are installed, such as /usr/lib/crti.o.) svn path=/nixpkgs/trunk/; revision=6818
This commit is contained in:
@@ -43,7 +43,7 @@ let
|
||||
binutils = pkgsDiet.binutils217;
|
||||
|
||||
gcc = import ../../development/compilers/gcc-static-4.1 {
|
||||
inherit (pkgs) fetchurl stdenv glibc;
|
||||
inherit (pkgs) fetchurl stdenv;
|
||||
profiledCompiler = false;
|
||||
langCC = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user