From ffdf59a99d461ce54364b77822f352626e0eb542 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 21 Oct 2006 22:22:04 +0000 Subject: [PATCH] * Glibc needs gzip. svn path=/nixpkgs/trunk/; revision=6797 --- pkgs/stdenv/linux/make-bootstrap-tools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.sh b/pkgs/stdenv/linux/make-bootstrap-tools.sh index 9fae0d44f44..021d6201b02 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools.sh +++ b/pkgs/stdenv/linux/make-bootstrap-tools.sh @@ -47,10 +47,12 @@ cp $gawk/bin/gawk tools/bin ln -s gawk tools/bin/awk cp $gnutar/bin/* tools/bin cp $gunzip/bin/gunzip tools/bin +cp $gunzip/bin/gzip tools/bin cp $bzip2/bin/bunzip2 tools/bin cp $gnumake/bin/* tools/bin cp $patch/bin/* tools/bin cp $patchelf/bin/* tools/bin +cp $binutils/bin/readelf tools/bin # !!! nukeRefs tools/bin/diff nukeRefs tools/bin/sed @@ -59,6 +61,7 @@ nukeRefs tools/bin/tar nukeRefs tools/bin/grep nukeRefs tools/bin/patchelf nukeRefs tools/bin/make +nukeRefs tools/bin/readelf # !!! # Create the binutils tarball.