diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-15.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-15.1.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-15.1.inc b/meta/recipes-devtools/gcc/gcc-15.1.inc index 864c6091a6..0032500cdc 100644 --- a/meta/recipes-devtools/gcc/gcc-15.1.inc +++ b/meta/recipes-devtools/gcc/gcc-15.1.inc | |||
@@ -10,6 +10,8 @@ BINV = "15.1.0" | |||
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
12 | 12 | ||
13 | TOOLCHAIN = "gcc" | ||
14 | |||
13 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" | 15 | DEPENDS =+ "mpfr gmp libmpc zlib zstd flex-native" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" | 16 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native zstd-native" |
15 | 17 | ||
@@ -69,6 +71,8 @@ SRC_URI = "${BASEURI} \ | |||
69 | file://0023-Fix-install-path-of-linux64.h.patch \ | 71 | file://0023-Fix-install-path-of-linux64.h.patch \ |
70 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ | 72 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ |
71 | file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ | 73 | file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ |
74 | file://0026-arm-fully-validate-mem_noofs_operand-PR120351.patch \ | ||
75 | file://0026-fix-incorrect-preprocessor-line-numbers.patch \ | ||
72 | " | 76 | " |
73 | 77 | ||
74 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}" | 78 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}" |