diff options
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 4dde387a8a..98acf0a222 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
| @@ -44,15 +44,16 @@ GPROFNGS = " \ | |||
| 44 | gp-display-text \ | 44 | gp-display-text \ |
| 45 | gprofng \ | 45 | gprofng \ |
| 46 | " | 46 | " |
| 47 | |||
| 48 | # it disables gprofng for clang and musl in the bb file | ||
| 49 | GPROFNGS:toolchain-clang = "" | ||
| 50 | GPROFNGS:libc-musl = "" | ||
| 51 | |||
| 47 | GPROFNG_ALTS ?= "" | 52 | GPROFNG_ALTS ?= "" |
| 48 | GPROFNG_ALTS:x86 = "${GPROFNGS}" | 53 | GPROFNG_ALTS:x86 = "${GPROFNGS}" |
| 49 | GPROFNG_ALTS:x86-64 = "${GPROFNGS}" | 54 | GPROFNG_ALTS:x86-64 = "${GPROFNGS}" |
| 50 | GPROFNG_ALTS:aarch64 = "${GPROFNGS}" | 55 | GPROFNG_ALTS:aarch64 = "${GPROFNGS}" |
| 51 | 56 | ||
| 52 | # it disables gprofng for clang and musl in the bb file | ||
| 53 | GPROFNG_ALTS:toolchain-clang = "" | ||
| 54 | GPROFNG_ALTS:libc-musl = "" | ||
| 55 | |||
| 56 | LDGOLD_ALTS ?= "ld.gold dwp" | 57 | LDGOLD_ALTS ?= "ld.gold dwp" |
| 57 | LDGOLD_ALTS:riscv64 = "" | 58 | LDGOLD_ALTS:riscv64 = "" |
| 58 | LDGOLD_ALTS:riscv32 = "" | 59 | LDGOLD_ALTS:riscv32 = "" |
