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
@ -4,7 +4,7 @@
|
||||
, withAllTargets ? false, libbfd, libopcodes
|
||||
, enableShared ? !stdenv.hostPlatform.isStatic
|
||||
, noSysDirs
|
||||
, gold ? !stdenv.buildPlatform.isDarwin || stdenv.hostPlatform == stdenv.targetPlatform
|
||||
, gold ? true
|
||||
, bison ? null
|
||||
, flex
|
||||
, texinfo
|
||||
|
Loading…
Reference in New Issue
Block a user