From dac75430d519c60df867151232f5566ae4cb63ed Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 17 Aug 2021 07:53:05 +0300 Subject: [PATCH] binutils: enable gold Works fine in my limited testing (shared linking, static linking, libraries, executables). Let me know if you run into any issues. --- core/binutils/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/binutils/build b/core/binutils/build index 2c2c5e1f..16fc9f36 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -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 \