From 16b3bc0dc82808332edea11b56b53f81895068d4 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Sat, 7 Dec 2024 18:36:47 +0100 Subject: [PATCH] cross-build m4 and attr --- build.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 57540fb..55e1a5c 100755 --- a/build.sh +++ b/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