mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Define "TARGET" variable to avoid hardcoding "i386-unknown-linux-musl" everywhere
This commit is contained in:
parent
a7397d5caa
commit
502e8f944c
37 changed files with 81 additions and 79 deletions
|
|
@ -177,9 +177,9 @@ src_configure() {
|
|||
../configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--build=i386-unknown-linux-musl \
|
||||
--target=i386-unknown-linux-musl \
|
||||
--host=i386-unknown-linux-musl \
|
||||
--build="${TARGET}" \
|
||||
--target="${TARGET}" \
|
||||
--host="${TARGET}" \
|
||||
--disable-bootstrap \
|
||||
--enable-static \
|
||||
--program-transform-name= \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue