git » mkinitcpio-busybox.git » commit 4710952

mkinitcpio-busybox 1.36.1

author Urja (ARMLFS builder)
2024-07-12 17:48:08 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:08 UTC
parent 7c582a9b09cc1b02c943922ececd6b1ca41579e9

mkinitcpio-busybox 1.36.1

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 5c05c95..b17e96f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko <vda.
 prepare() {
   cd "busybox-$pkgver"
   
-  local safeflags="-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a17 -Os -pipe -fno-strict-aliasing"
+  local safeflags="-march=armv7ve -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a17 -Os -pipe -fno-strict-aliasing"
 
   # use make oldconfig for updating the config file
   sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="'"$safeflags"'"|' "$srcdir/config" > .config