diff mbox series

systemd-boot: remove old gummiboot TUNE_CCARGS

Message ID 20230829143458.3837895-1-jose.quaresma@foundries.io
State Accepted, archived
Commit 6448af4940f6c67bca7224ab44d2adf30dc82b35
Headers show
Series systemd-boot: remove old gummiboot TUNE_CCARGS | expand

Commit Message

Jose Quaresma Aug. 29, 2023, 2:34 p.m. UTC
Looks like this only is required when build with clang toolchain
and the fix is alredy merged [1] on meta-clang.

[1] https://github.com/kraj/meta-clang/commit/83c94b8690f0a2922d28d0db9907c722382263c2

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta/recipes-core/systemd/systemd-boot_254.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd-boot_254.bb b/meta/recipes-core/systemd/systemd-boot_254.bb
index 642a5fafe7..4ee25ee72f 100644
--- a/meta/recipes-core/systemd/systemd-boot_254.bb
+++ b/meta/recipes-core/systemd/systemd-boot_254.bb
@@ -47,9 +47,6 @@  FILES:${PN} = "${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE}"
 
 RDEPENDS:${PN} += "virtual-systemd-bootconf"
 
-# Imported from the old gummiboot recipe
-TUNE_CCARGS:remove = "-mfpmath=sse"
-
 CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t"
 
 COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"