summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-01 21:52:08 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-01 21:52:08 +0000
commitba5c242c82429aeaccef722bb24355d081953643 (patch)
tree4a865a75cf8effc81a61ca379e8085b017b70d5c /pkgs/stdenv
parent2a0344bb3922a0c439ad97c26a4ff3de352d9d47 (diff)
downloadnixlib-ba5c242c82429aeaccef722bb24355d081953643.tar
nixlib-ba5c242c82429aeaccef722bb24355d081953643.tar.gz
nixlib-ba5c242c82429aeaccef722bb24355d081953643.tar.bz2
nixlib-ba5c242c82429aeaccef722bb24355d081953643.tar.lz
nixlib-ba5c242c82429aeaccef722bb24355d081953643.tar.xz
nixlib-ba5c242c82429aeaccef722bb24355d081953643.tar.zst
nixlib-ba5c242c82429aeaccef722bb24355d081953643.zip
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
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 2 insertions, 0 deletions
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