cross-build m4 and attr
This commit is contained in:
parent
bc0d71b33b
commit
16b3bc0dc8
1 changed files with 3 additions and 7 deletions
10
build.sh
10
build.sh
|
|
@ -469,11 +469,9 @@ if [ ! -f "$STEPS_DIR/m4" ]; then
|
|||
|
||||
echo "rootsbindir=/usr/sbin" > configparms
|
||||
|
||||
"../configure" \
|
||||
"../configure" \
|
||||
--prefix=/usr \
|
||||
--target=$LFS_TGT \
|
||||
--host=$(build-aux/config.guess) \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--host=$LFS_TGT
|
||||
|
||||
make -j 32
|
||||
make DESTDIR=$LFS install
|
||||
|
|
@ -501,9 +499,7 @@ if [ ! -f "$STEPS_DIR/attr" ]; then
|
|||
"../configure" \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--target=$LFS_TGT \
|
||||
--host=$(build-aux/config.guess) \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--host=$LFS_TGT
|
||||
|
||||
make -j 32
|
||||
make DESTDIR=$LFS install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue