* coreutils won't build with dietlibc on ppc.
svn path=/nixpkgs/trunk/; revision=6858
This commit is contained in:
@@ -25,14 +25,18 @@ let
|
||||
builder = ./make-bootstrap-tools.sh;
|
||||
|
||||
inherit (pkgsDiet)
|
||||
coreutils findutils diffutils gnugrep
|
||||
gzip bzip2 gnumake bash patch binutils;
|
||||
gnugrep gzip bzip2 gnumake bash patch binutils;
|
||||
|
||||
gnused = pkgsDiet.gnused412; # 4.1.5 gives "Memory exhausted" errors
|
||||
|
||||
# patchelf is C++, won't work with dietlibc.
|
||||
inherit (pkgsStatic) patchelf;
|
||||
|
||||
# Coreutils won't build on dietlibc on x86_64 (and by extension,
|
||||
# findutils and diffutils).
|
||||
inherit (if pkgs.stdenv.system == "powerpc-linux" then pkgsStatic else pkgsDiet)
|
||||
coreutils findutils diffutils;
|
||||
|
||||
gnutar =
|
||||
# Tar seems to be broken on dietlibc on x86_64.
|
||||
if pkgs.stdenv.system == "i686-linux"
|
||||
|
||||
Reference in New Issue
Block a user