diff options
author | davidovski <david@davidovski.xyz> | 2022-01-19 20:39:11 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-19 20:39:11 +0000 |
commit | 62f94cd03c615f551f58adc91542a2b1d2c82c06 (patch) | |
tree | 4a8f88db08a06f516bb8ed0a2bc812e596a2fab8 /repo | |
parent | 390d34fa645130e865daef20fe4faacff04b073a (diff) |
using gold instead of ld
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/binutils.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |