diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index bb9aacb478..54c0e9bdd5 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -52,6 +52,10 @@ GRUBPLATFORM ??= "pc" | |||
| 52 | inherit autotools gettext texinfo pkgconfig | 52 | inherit autotools gettext texinfo pkgconfig |
| 53 | 53 | ||
| 54 | CFLAGS:remove = "-O2" | 54 | CFLAGS:remove = "-O2" |
| 55 | # It doesn't support sse, its make.defaults sets: | ||
| 56 | # CFLAGS += -mno-mmx -mno-sse | ||
| 57 | # So also remove -mfpmath=sse from TUNE_CCARGS | ||
| 58 | TUNE_CCARGS:remove = "-mfpmath=sse" | ||
| 55 | 59 | ||
| 56 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ | 60 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ |
| 57 | --disable-grub-mkfont \ | 61 | --disable-grub-mkfont \ |
