forked from mirrors/nixpkgs
binutils: Also enable plugins when building with gold.
This commit is contained in:
parent
b8d00ac153
commit
374a27fe8e
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||
+ stdenv.lib.optionalString (stdenv.system == "mips64el-linux")
|
||||
" --enable-fix-loongson2f-nop"
|
||||
+ stdenv.lib.optionalString (cross != null) " --target=${cross.config}"
|
||||
+ stdenv.lib.optionalString gold " --enable-gold"
|
||||
+ stdenv.lib.optionalString gold " --enable-gold --enable-plugins"
|
||||
+ stdenv.lib.optionalString deterministic " --enable-deterministic-archives";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue