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