treewide: Fix some references to binutils

- Compiler's shouldn't use `binutils.dev` as that doesn't yet exist
   with a cross binutils.

 - Last two `binutils.binutils` which weren't reverted
This commit is contained in:
John Ericson
2017-09-14 18:12:54 -04:00
parent f5e0e94b2a
commit bf7b521500
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
ln -sf "${cctools}/bin/$i" "$out/bin/$i"
done
for i in ${binutils-raw.dev or binutils-raw.out}/include/*.h; do
for i in ${stdenv.lib.getDev binutils-raw}/include/*.h; do
ln -s "$i" "$out/include/$(basename $i)"
done