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:
Dmitry Kalinkin 2021-01-21 18:47:25 -05:00 committed by GitHub
commit 55e8a35caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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