Merge branch 'binutils-2.30' into staging

This commit is contained in:
Shea Levy
2018-03-22 07:28:10 -04:00
24 changed files with 287 additions and 765 deletions
+5
View File
@@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
doCheck = true;
preCheck = ''
# Tests have a /bin/sh dependency...
patchShebangs tests
'';
# In stdenv-linux, prevent a dependency on bootstrap-tools.
preConfigure = "CONFIG_SHELL=/bin/sh";