diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-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 4c18396a15..c1293229b6 100644 --- a/meta/recipes-devtools/gcc/gcc-11.2.inc +++ b/meta/recipes-devtools/gcc/gcc-11.2.inc | |||
@@ -112,3 +112,6 @@ EXTRA_OECONF_PATHS = "\ | |||
112 | --with-sysroot=/not/exist \ | 112 | --with-sysroot=/not/exist \ |
113 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 113 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
114 | " | 114 | " |
115 | |||
116 | # Is a binutils 2.26 issue, not gcc | ||
117 | CVE_CHECK_WHITELIST += "CVE-2021-37322" | ||