* Bootstrap binaries for powerpc-linux.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10283
This commit is contained in:
parent
4c83147793
commit
fec087c826
Binary file not shown.
BIN
pkgs/stdenv/linux/bootstrap/powerpc/bzip2
Executable file
BIN
pkgs/stdenv/linux/bootstrap/powerpc/bzip2
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,27 +1,27 @@
|
||||
{
|
||||
bash = ./bash;
|
||||
bunzip2 = ./bunzip2;
|
||||
bzip2 = ./bzip2;
|
||||
cp = ./cp;
|
||||
curl = ./curl.bz2;
|
||||
tar = ./tar.bz2;
|
||||
|
||||
staticToolsURL = {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6888/static-tools.tar.bz2;
|
||||
sha1 = "82acee6c1a895f3a45fdbf921d49be6c996abc5b";
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r9828/static-tools.tar.bz2;
|
||||
sha1 = "e4d1680e3dfa752e49a996a31140db53b10061cb";
|
||||
};
|
||||
|
||||
binutilsURL = {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6888/binutils.tar.bz2;
|
||||
sha1 = "bc4f9fc931b0d139d0b16e548b1605d5181c74c0";
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r9828/binutils.tar.bz2;
|
||||
sha1 = "2609f4d9277a60fcd178395d3d49911190e08f36";
|
||||
};
|
||||
|
||||
gccURL = {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6888/gcc.tar.bz2;
|
||||
sha1 = "ade3225a3135b0e3415cc8cb9e1bec61a742e200";
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r9828/gcc.tar.bz2;
|
||||
sha1 = "71d79d736bfef6252208fe6239e528a591becbed";
|
||||
};
|
||||
|
||||
glibcURL = {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r6888/glibc.tar.bz2;
|
||||
sha1 = "e28476443e02b9c2e7881ced27c23cb039421cda";
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/stdenv-linux/powerpc/r9828/glibc.tar.bz2;
|
||||
sha1 = "bf0245e16235800c8aa9c6a5de6565583a66e46d";
|
||||
};
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user