diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/grub/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/grub/PKGBUILD b/core/grub/PKGBUILD index 2d50773b..a3cc8b59 100644 --- a/core/grub/PKGBUILD +++ b/core/grub/PKGBUILD @@ -1,4 +1,5 @@ # we build for "i386" +# i686 is already correctly handled by archlinux if [ "$CARCH" == 'pentium4' ] || [ "$CARCH" == 'i486' ]; then _EFI_ARCH="i386" _EMU_ARCH="i386" |