* 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:
Eelco Dolstra
2006-10-24 11:36:19 +00:00
parent d4578254b0
commit 0cf5154681
5 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -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;
};