summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-10.2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-10.2.inc b/meta/recipes-devtools/gcc/gcc-10.2.inc
index 248e002106..5626bf20f0 100644
--- a/meta/recipes-devtools/gcc/gcc-10.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-10.2.inc
@@ -122,3 +122,6 @@ EXTRA_OECONF_PATHS = "\
122 --with-sysroot=/not/exist \ 122 --with-sysroot=/not/exist \
123 --with-build-sysroot=${STAGING_DIR_TARGET} \ 123 --with-build-sysroot=${STAGING_DIR_TARGET} \
124" 124"
125
126# Is a binutils 2.26 issue, not gcc
127CVE_CHECK_WHITELIST += "CVE-2021-37322"