* Glibc updated to 2.3.5.
* GCC 3.4.4 and 3.3.6. * Other stdenv packages updated. svn path=/nixpkgs/trunk/; revision=3188
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{stdenv, fetchurl, noSysDirs}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "binutils-2.15";
|
||||
name = "binutils-2.16.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/binutils-2.15.tar.bz2;
|
||||
md5 = "624e6b74983ac6b2960edaf2d522ca58";
|
||||
url = http://ftp.gnu.org/gnu/binutils/binutils-2.16.1.tar.bz2;
|
||||
md5 = "6a9d529efb285071dad10e1f3d2b2967";
|
||||
};
|
||||
patches = [./no-lex.patch];
|
||||
inherit noSysDirs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user