From fd31f6ea65c642ad974fda03cb2618319e7b83b1 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 6 Dec 2020 05:47:04 +0100 Subject: [PATCH] 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 --- srcpkgs/grub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index 77c6cfbff2f..76f9ce3f368 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -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