forked from mirrors/nixpkgs
* Quick hack to get binutils to build with dietlibc on x86_64.
svn path=/nixpkgs/trunk/; revision=6808
This commit is contained in:
parent
461783c3a5
commit
491f9dec21
|
@ -8,4 +8,5 @@ stdenv.mkDerivation {
|
|||
md5 = "e26e2e06b6e4bf3acf1dc8688a94c0d1";
|
||||
};
|
||||
inherit noSysDirs;
|
||||
configureFlags = "--disable-werror"; # needed for dietlibc build
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue