mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
Change binutils to unknown-linux-musl triplet
This commit is contained in:
parent
3f7cd7ec7b
commit
5509e6bb6e
2 changed files with 11 additions and 11 deletions
|
|
@ -69,9 +69,9 @@ src_configure() {
|
|||
--enable-install-libiberty \
|
||||
--enable-deterministic-archives \
|
||||
--with-system-zlib \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-musl \
|
||||
--host=i386-unknown-linux-musl \
|
||||
--target=i386-unknown-linux-musl \
|
||||
--program-prefix="" \
|
||||
--with-sysroot="${PREFIX}" \
|
||||
--prefix="${PREFIX}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue