diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd-boot_257.5.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_257.5.bb b/meta/recipes-core/systemd/systemd-boot_257.5.bb index 6a50ac05aa..151e4a9537 100644 --- a/meta/recipes-core/systemd/systemd-boot_257.5.bb +++ b/meta/recipes-core/systemd/systemd-boot_257.5.bb | |||
| @@ -47,6 +47,11 @@ FILES:${PN} = "${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE}" | |||
| 47 | 47 | ||
| 48 | RDEPENDS:${PN} += "virtual-systemd-bootconf" | 48 | RDEPENDS:${PN} += "virtual-systemd-bootconf" |
| 49 | 49 | ||
| 50 | # efi portions use -mgeneral-regs-only option which conflicts with SSE | ||
| 51 | # especially clang throws errors about it | ||
| 52 | # error: the 'sse' unit is not supported with this instruction set | ||
| 53 | TUNE_CCARGS:remove = "-mfpmath=sse" | ||
| 54 | |||
| 50 | CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" | 55 | CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" |
| 51 | 56 | ||
| 52 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*|riscv.*)-linux" | 57 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*|riscv.*)-linux" |
