Add comment about gold

This commit is contained in:
Mikhail Novosyolov 2018-10-24 18:23:22 +03:00
parent 7f818fe09f
commit 2af0271349

View file

@ -406,6 +406,7 @@ export LDFLAGS="$LDFLAGS -Wl,-znotext"
# If both gold and lld are false, GNU BFD ld is used. # If both gold and lld are false, GNU BFD ld is used.
#define linker_args use_gold=false use_lld=false is_cfi=false use_thin_lto=false #define linker_args use_gold=false use_lld=false is_cfi=false use_thin_lto=false
# With GNU BFD ld linker, 4 GB RAM per worker on ABF really is not enough, linking takes ages # With GNU BFD ld linker, 4 GB RAM per worker on ABF really is not enough, linking takes ages
# Gold is not supported on x86_64, lld is forced
%define linker_args use_lld=true is_cfi=false use_thin_lto=false %define linker_args use_lld=true is_cfi=false use_thin_lto=false
%endif %endif
%endif %endif