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:
parent
04cc60aff1
commit
fd31f6ea65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue