binutils: Apply GNU assembler bug fix.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18815
This commit is contained in:
Ludovic Courtès
2009-12-05 14:28:17 +00:00
parent 917760a425
commit 9cb2e0aed7
2 changed files with 86 additions and 1 deletions
@@ -1,6 +1,6 @@
{stdenv, fetchurl, noSysDirs, cross ? null}:
let
let
basename = "binutils-2.20";
in
stdenv.mkDerivation rec {
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
# RUNPATH instead of RPATH on binaries. This is important because
# RUNPATH can be overriden using LD_LIBRARY_PATH at runtime.
./new-dtags.patch
./as-pr10856.patch
];
inherit noSysDirs;