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