Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
binutils: Use /lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed May 11, 2020
1 parent 5812433 commit 5a446e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions core/binutils/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
2 changes: 1 addition & 1 deletion core/binutils/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.34 1
2.34 2

0 comments on commit 5a446e4

Please sign in to comment.