From ba5c242c82429aeaccef722bb24355d081953643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Tue, 1 Dec 2009 21:52:08 +0000 Subject: [PATCH] Trying to make "make-bootstrap-tools" include the needed gcc 4.4 dependencies (dynamic libraries of ppl and cloogppl) into the package. We need newer binutils in the bootstrap-tools for the armv5tel in order to be able to build gcc 4.4 from them. svn path=/nixpkgs/branches/stdenv-updates/; revision=18747 --- pkgs/stdenv/linux/make-bootstrap-tools.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix index 0a19adbdbb47..3f68738c3108 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix @@ -107,6 +107,8 @@ rec { cp -d ${gmp}/lib/libgmp*.so* $out/lib cp -d ${mpfr}/lib/libmpfr*.so* $out/lib + cp -d ${ppl}/lib/libppl*.so* $out/lib + cp -d ${cloogppl}/lib/libcloog*.so* $out/lib # Copy binutils. for i in as ld ar ranlib nm strip readelf objdump; do