* Quick hack to get binutils to build with dietlibc on x86_64.
svn path=/nixpkgs/trunk/; revision=6808
This commit is contained in:
@@ -8,4 +8,5 @@ stdenv.mkDerivation {
|
|||||||
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
||||||
};
|
};
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
configureFlags = "--disable-werror"; # needed for dietlibc build
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user