0eb331fdc9
newest I uploaded yesterday. These have gcc 4.5.1, that fulfills the glibc 2.12.1 requirement of having a compiler equal or greater to gcc 4.4 to build proper x86 32-bit code (http://sourceware.org/bugzilla/show_bug.cgi?id=12123) svn path=/nixpkgs/branches/stdenv-updates/; revision=24523
14 lines
289 B
Nix
14 lines
289 B
Nix
{
|
|
sh = ./sh;
|
|
bzip2 = ./bzip2;
|
|
mkdir = ./mkdir;
|
|
cpio = ./cpio;
|
|
ln = ./ln;
|
|
curl = ./curl.bz2;
|
|
|
|
bootstrapTools = {
|
|
url = http://nixos.org/tarballs/stdenv-linux/i686/r24519/bootstrap-tools.cpio.bz2;
|
|
sha256 = "0imypaxy6piwbk8ff2y1nr7yk49pqmdgdbv6g8miq1zs5yfip6ij";
|
|
};
|
|
}
|