chromium: fix build on i686 (#100512)
ld.gold runs out of memory on i686.
This commit is contained in:
parent
175fe4992d
commit
c557c27ac3
@ -243,7 +243,7 @@ let
|
|||||||
|
|
||||||
gnFlags = mkGnFlags ({
|
gnFlags = mkGnFlags ({
|
||||||
use_lld = false;
|
use_lld = false;
|
||||||
use_gold = true;
|
use_gold = stdenv.buildPlatform.is64bit; # ld.gold outs-of-memory on i686
|
||||||
gold_path = "${stdenv.cc}/bin";
|
gold_path = "${stdenv.cc}/bin";
|
||||||
is_debug = false;
|
is_debug = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user