diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-11.2.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc index 9fd30f52a8..cd1b022ff2 100644 --- a/meta/recipes-devtools/gcc/gcc-11.2.inc +++ b/meta/recipes-devtools/gcc/gcc-11.2.inc | |||
@@ -117,3 +117,6 @@ EXTRA_OECONF_PATHS = "\ | |||
117 | --with-sysroot=/not/exist \ | 117 | --with-sysroot=/not/exist \ |
118 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 118 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
119 | " | 119 | " |
120 | |||
121 | # Is a binutils 2.26 issue, not gcc | ||
122 | CVE_CHECK_WHITELIST += "CVE-2021-37322" | ||