ClangBuiltLinux / tc-build

A set of scripts to build LLVM and binutils
Apache License 2.0
219 stars 180 forks source link

ld.gold and ld.bfd #231

Open rexver213 opened 1 year ago

rexver213 commented 1 year ago

actually im new here and sorry,but When im compiling gold and bfd it doesnt have the ld.gold and ld.bfd i need those in my binutils i use the gold by editing the configure with use-gold yes i dont know why the ld.gold and ld.bfd dont show In my compilation after

nathanchance commented 1 year ago

How are you invoking build-binutils.py? Additionally, --enable-gold is the configure flag, not --use-gold. These scripts are purely aimed at generating toolchains that can build the Linux kernel, which does not support using ld.gold after https://git.kernel.org/linus/75959d44f9dc8e44410667009724e4e238515502, so that is why it is not enabled by default.