a2b2e6542f
we can't build easily with them gcc-4.4 natively, because of a bug in the ld of the previous bootstrap-tools. I updated the unpack script to include the new gcc-4.4 libraries *ppl*.so in patchelfing. svn path=/nixpkgs/branches/stdenv-updates/; revision=18835
14 lines
281 B
Nix
14 lines
281 B
Nix
{
|
|
sh = ./sh;
|
|
bzip2 = ./bzip2;
|
|
mkdir = ./mkdir;
|
|
cpio = ./cpio;
|
|
ln = ./ln;
|
|
curl = ./curl.bz2;
|
|
|
|
bootstrapTools = {
|
|
url = "http://vicerveza.homeunix.net/~viric/tmp/bootstrap-tools.cpio.bz2";
|
|
sha256 = "1rn4n5kilqmv62dfjfcscbsm0w329k3gyb2v9155fsi1sl2cfzcb";
|
|
};
|
|
}
|