summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-08-29 14:34:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 11:47:50 +0100
commit3bfd50beabc60dd925e308ca181755dbb529db8f (patch)
treee1783e74e3bc0671ee507331192c1c739de87427
parentd4664d2b7974354e73d891762ebb2c8a12d62438 (diff)
downloadpoky-3bfd50beabc60dd925e308ca181755dbb529db8f.tar.gz
systemd-boot: remove old gummiboot TUNE_CCARGS
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 (From OE-Core rev: 6448af4940f6c67bca7224ab44d2adf30dc82b35) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd-boot_254.bb3
1 files changed, 0 insertions, 3 deletions
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}"
47 47
48RDEPENDS:${PN} += "virtual-systemd-bootconf" 48RDEPENDS:${PN} += "virtual-systemd-bootconf"
49 49
50# Imported from the old gummiboot recipe
51TUNE_CCARGS:remove = "-mfpmath=sse"
52
53CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" 50CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t"
54 51
55COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" 52COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"