Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
binutils: enable gold when cross compiling on darwin
This commit is contained in:
commit
55e8a35caf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
, withAllTargets ? false, libbfd, libopcodes
|
, withAllTargets ? false, libbfd, libopcodes
|
||||||
, enableShared ? !stdenv.hostPlatform.isStatic
|
, enableShared ? !stdenv.hostPlatform.isStatic
|
||||||
, noSysDirs
|
, noSysDirs
|
||||||
, gold ? !stdenv.buildPlatform.isDarwin || stdenv.hostPlatform == stdenv.targetPlatform
|
, gold ? true
|
||||||
, bison ? null
|
, bison ? null
|
||||||
, flex
|
, flex
|
||||||
, texinfo
|
, texinfo
|
||||||
|
|
Loading…
Reference in a new issue