author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:07 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-12 17:48:07 UTC |
parent | fed048c18fd7f82dbded250c794c591f5143095d |
PKGBUILD | +2 | -2 |
build-in64.sh | +1 | -1 |
custom-build.sh | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 8abf03a..1bdf83e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -87,9 +87,9 @@ ac_add_options --with-intl-api ac_add_options --host=aarch64-unknown-linux-gnu ac_add_options --target=armv7l-unknown-linux-gnueabihf -ac_add_options --with-arch=armv7-a +ac_add_options --with-arch=armv7ve ac_add_options --with-float-abi=hard -ac_add_options --with-fpu=neon +ac_add_options --with-fpu=neon-vfpv4 ac_add_options --enable-optimize="-O2 -g1" END diff --git a/build-in64.sh b/build-in64.sh index 61e451f..378813d 100755 --- a/build-in64.sh +++ b/build-in64.sh @@ -4,5 +4,5 @@ cd $1 systemd-nspawn -M sysroot-$$ --register=no --keep-unit -a --bind=/sources \ -D /mnt/armlfs \ $(pwd)/build-in32.sh $(pwd) -su builder -c "./cross-makepkg.sh -Ccs" +su builder -c "../cross-makepkg.sh -Ccs" diff --git a/custom-build.sh b/custom-build.sh index c6df33e..c0946f8 100755 --- a/custom-build.sh +++ b/custom-build.sh @@ -8,5 +8,5 @@ systemd-nspawn -M pkg-builder64-$$ --volatile=overlay --bind=/sources \ --bind=/buildcore64/var/cache/pacman/pkg:/var/cache/pacman/pkg \ -D /buildcore64 $(pwd)/build-in64.sh $(pwd) ../pkg-repo.sh -echo js115 >> ../built-order +echo js115 >> ../$CARCH-built-order