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

binutils: Use /lib

This commit is contained in:
Dylan Araps 2020-05-11 10:07:28 +03:00
parent 5812433a4b
commit 5a446e4997
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,7 @@ export PATH=$PATH:$PWD
./configure \
--prefix=/usr \
--build=x86_64-pc-linux-musl \
--host=x86_64-pc-linux-musl \
--with-lib-path=/usr/lib:/usr/local/lib \
--enable-targets=x86_64-pep \
--enable-gold \
--enable-lto \
@ -26,5 +25,6 @@ export PATH=$PATH:$PWD
--with-mmap \
--with-system-zlib
make
make DESTDIR="$1" install
make configure-host
make tooldir=/usr
make prefix="$1/usr" tooldir="$1/usr" install

View File

@ -1 +1 @@
2.34 1
2.34 2