* Binutils updated to 2.15 (required for glibc 2.3.3).
svn path=/nixpkgs/trunk/; revision=1440
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, noSysDirs}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "binutils-2.14";
|
||||
name = "binutils-2.15";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nl.net/pub/gnu/binutils/binutils-2.14.tar.bz2;
|
||||
md5 = "2da8def15d28af3ec6af0982709ae90a";
|
||||
url = http://ftp.gnu.org/gnu/binutils/binutils-2.15.tar.bz2;
|
||||
md5 = "624e6b74983ac6b2960edaf2d522ca58";
|
||||
};
|
||||
patches = [./no-lex.patch];
|
||||
inherit noSysDirs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user