binutils: enable gold

Works fine in my limited testing (shared linking, static linking,
libraries, executables).

Let me know if you run into any issues.
This commit is contained in:
Dylan Araps 2021-08-17 07:53:05 +03:00
parent 1e6436cd85
commit dac75430d5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export PATH=$PATH:$PWD
--with-lib-path=/usr/lib:/usr/local/lib \
--enable-targets=x86_64-pep \
--enable-deterministic-archives \
--disable-gold \
--enable-gold \
--enable-lto \
--enable-ld=default \
--enable-plugins \