2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

binutils: various changes

- Disable gold linker.
- Symlink ld to ld.bfd.
- Drop /usr/x86_64-bla-nla directory.
This commit is contained in:
Dylan Araps 2020-09-17 10:04:12 +03:00
parent 2da7428f1a
commit 9ceaf51444
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@ export PATH=$PATH:$PWD
--prefix=/usr \
--with-lib-path=/usr/lib:/usr/local/lib \
--enable-targets=x86_64-pep \
--enable-gold \
--disable-gold \
--enable-lto \
--enable-ld=default \
--enable-plugins \
@ -27,4 +27,6 @@ export PATH=$PATH:$PWD
make configure-host
make tooldir=/usr
make DESTDIR="$1" install
make DESTDIR="$1" tooldir=/usr install
ln -sf ld.bfd "$1/usr/bin/ld"

View File

@ -1 +1 @@
2.35 1
2.35 2