Author: viric Date: Fri Oct 29 12:41:50 2010 New Revision: 24523 URL: https://svn.nixos.org/websvn/nix/?rev=24523&sc=1
Log: Updating the reference to the i686-linux bootstrap-tools, so it takes the 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) Modified: nixpkgs/branches/stdenv-updates/pkgs/stdenv/linux/bootstrap/i686/default.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/stdenv/linux/bootstrap/i686/default.nix ============================================================================== --- nixpkgs/branches/stdenv-updates/pkgs/stdenv/linux/bootstrap/i686/default.nix Thu Oct 28 23:04:34 2010 (r24522) +++ nixpkgs/branches/stdenv-updates/pkgs/stdenv/linux/bootstrap/i686/default.nix Fri Oct 29 12:41:50 2010 (r24523) @@ -7,7 +7,7 @@ curl = ./curl.bz2; bootstrapTools = { - url = http://nixos.org/tarballs/stdenv-linux/i686/r16022/bootstrap-tools.cpio.bz2; - sha256 = "1x014icv3dxfs55qzshxjs9gaczmhwlrn144p4314zvl4xz6wq3f"; + url = http://nixos.org/tarballs/stdenv-linux/i686/r24519/bootstrap-tools.cpio.bz2; + sha256 = "0imypaxy6piwbk8ff2y1nr7yk49pqmdgdbv6g8miq1zs5yfip6ij"; }; } _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
