diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_254.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_254.bb b/meta/recipes-core/systemd/systemd-boot_254.bb index 5d69cf83ab..6240ee9339 100644 --- a/meta/recipes-core/systemd/systemd-boot_254.bb +++ b/meta/recipes-core/systemd/systemd-boot_254.bb | |||
@@ -49,6 +49,8 @@ RDEPENDS:${PN} += "virtual-systemd-bootconf" | |||
49 | # Imported from the old gummiboot recipe | 49 | # Imported from the old gummiboot recipe |
50 | TUNE_CCARGS:remove = "-mfpmath=sse" | 50 | TUNE_CCARGS:remove = "-mfpmath=sse" |
51 | 51 | ||
52 | CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" | ||
53 | |||
52 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" | 54 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" |
53 | COMPATIBLE_HOST:x86-x32 = "null" | 55 | COMPATIBLE_HOST:x86-x32 = "null" |
54 | 56 | ||