diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-22 20:52:46 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 15:14:37 +0100 |
| commit | dc35424a2d00d84c225d834a4dafa11e14269ce7 (patch) | |
| tree | 343738f652b1f22ca7fb484ffdd08cf62d63321a | |
| parent | 0196c57ef17d866f72844e089eefea65cb3ca35a (diff) | |
| download | poky-dc35424a2d00d84c225d834a4dafa11e14269ce7.tar.gz | |
systemd-boot: Pin to use gcc toolchain on arm
clang does not support -mgeneral-regs-only option for arm
Cc: Ross Burton <Ross.Burton@arm.com>
(From OE-Core rev: 553f769c961ca567a68ac98a5262d84a95eca596)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd-boot_257.5.bb | 3 |
1 files changed, 3 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 151e4a9537..c6c443f929 100644 --- a/meta/recipes-core/systemd/systemd-boot_257.5.bb +++ b/meta/recipes-core/systemd/systemd-boot_257.5.bb | |||
| @@ -54,6 +54,9 @@ TUNE_CCARGS:remove = "-mfpmath=sse" | |||
| 54 | 54 | ||
| 55 | CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" | 55 | CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t" |
| 56 | 56 | ||
| 57 | # arm-poky-linux-musleabi-clang: error: unsupported option '-mgeneral-regs-only' for target 'arm-poky-linux-musleabi' | ||
| 58 | TOOLCHAIN:arm = "gcc" | ||
| 59 | |||
| 57 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*|riscv.*)-linux" | 60 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*|riscv.*)-linux" |
| 58 | COMPATIBLE_HOST:x86-x32 = "null" | 61 | COMPATIBLE_HOST:x86-x32 = "null" |
| 59 | 62 | ||
