* Undo accidental commit.
svn path=/nixpkgs/trunk/; revision=33021
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, noSysDirs, zlib, cross ? null, gold ? false, bison ? null, flex2535 ? null, bc ? null, dejagnu ? null }:
|
||||
|
||||
let basename = "binutils-2.21.1a"; in
|
||||
stdenv.mkDerivation ( rec {
|
||||
stdenv.mkDerivation rec {
|
||||
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
|
||||
|
||||
src = fetchurl {
|
||||
@@ -65,9 +65,4 @@ stdenv.mkDerivation ( rec {
|
||||
collision due to the ld/as wrappers/symlinks in the latter. */
|
||||
priority = "10";
|
||||
};
|
||||
} // (stdenv.lib.optionalAttrs gold {
|
||||
postInstall = ''
|
||||
rm $out/bin/ld
|
||||
ln -sf $out/bin/ld.gold $out/bin/ld
|
||||
'';
|
||||
} ) )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user