diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index e5e84526fa..8b1d1c94bf 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc +++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc | |||
@@ -45,6 +45,9 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
45 | ALLOW_EMPTY_${PN} = "1" | 45 | ALLOW_EMPTY_${PN} = "1" |
46 | DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc" | 46 | DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc" |
47 | 47 | ||
48 | # used to fix ../../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: 'st.st_mode' may be used uninitialized in this function [-Werror=maybe-uninitialized] | ||
49 | DEBUG_OPTIMIZATION_append = " -Wno-error" | ||
50 | |||
48 | BBCLASSEXTEND = "nativesdk" | 51 | BBCLASSEXTEND = "nativesdk" |
49 | 52 | ||
50 | PACKAGES = "${PN} ${PN}-dbg" | 53 | PACKAGES = "${PN} ${PN}-dbg" |