treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [
|
||||
"INSTALL=install"
|
||||
"STRIP=strip"
|
||||
"STRIP=${stdenv.cc.bintools.prefix}strip"
|
||||
"prefix=$(out)"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user