diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/toolchain-scripts.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/toolchain-scripts.bbclass b/meta/classes-recipe/toolchain-scripts.bbclass index 3053cd0f1f..5874a48af8 100644 --- a/meta/classes-recipe/toolchain-scripts.bbclass +++ b/meta/classes-recipe/toolchain-scripts.bbclass | |||
| @@ -9,7 +9,7 @@ inherit toolchain-scripts-base siteinfo kernel-arch meson-routines | |||
| 9 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it | 9 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it |
| 10 | # doesn't always match our expectations... but we default to the stock value | 10 | # doesn't always match our expectations... but we default to the stock value |
| 11 | REAL_MULTIMACH_TARGET_SYS ?= "${MULTIMACH_TARGET_SYS}" | 11 | REAL_MULTIMACH_TARGET_SYS ?= "${MULTIMACH_TARGET_SYS}" |
| 12 | TARGET_CC_ARCH:append:libc-musl = " -mmusl" | 12 | TARGET_CC_ARCH:append:toolchain-gcc:libc-musl = " -mmusl" |
| 13 | 13 | ||
| 14 | # default debug prefix map isn't valid in the SDK | 14 | # default debug prefix map isn't valid in the SDK |
| 15 | DEBUG_PREFIX_MAP = "" | 15 | DEBUG_PREFIX_MAP = "" |
