grub: use -mno-altivec explicitly on ppc32 as well

this is not really necessary by default, but might be useful for
people who explicitly add altivec in their custom cflags, as they
would otherwise get a broken grub core
This commit is contained in:
q66 2020-12-06 05:47:04 +01:00
parent 04cc60aff1
commit fd31f6ea65

View file

@ -52,7 +52,7 @@ do_configure() {
# building with altivec generates broken grub core
case "$XBPS_TARGET_MACHINE" in
ppc64*) CFLAGS="$CFLAGS -mno-altivec" ;;
ppc*) CFLAGS="$CFLAGS -mno-altivec" ;;
esac
configure_args+=" --enable-device-mapper --enable-cache-stats --enable-nls