From 62f94cd03c615f551f58adc91542a2b1d2c82c06 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 19 Jan 2022 20:39:11 +0000 Subject: using gold instead of ld --- repo/system/binutils.xibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index 009e56f..812081f 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -40,5 +40,6 @@ package() { make -j1 DESTDIR=$PKG_DEST -j1 install cp ../include/libiberty.h $PKG_DEST/usr/include rm -fv $PKG_DEST/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a + ln -sv ld.gold /usr/bin/ld } -- cgit v1.2.1