mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Switch toolchain triplet to i386-unknown-linux-musl
This commit is contained in:
parent
e94e078a1f
commit
3835f1e1aa
24 changed files with 96 additions and 110 deletions
|
|
@ -1,2 +1,2 @@
|
|||
5bdc14afaa86511bb0ba8a7bff25dabda88850373cfb74e8bfd444e45a72783f /image/lib/musl/libunistring.a
|
||||
b7681405b71f47d605fe5d17aeb26425b5f3269d11fc95e72a281d90934bec48 /image/lib/musl/libunistring.a
|
||||
92fdc350d4141210cf1d01d271dd5a564ff6b4337b4de2f1f135a91a6541e0c2 /image/lib/musl/libunistring.la
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue