diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
| commit | 1241013c7bce4262a6128eb4ccb3db410831746d (patch) | |
| tree | da79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc | |
| parent | 6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff) | |
| parent | 10531c26195f97f9565e9770c21977805e53c46b (diff) | |
| download | meta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz | |
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master,
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc b/meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc index f6aa9c99..524ebd4b 100644 --- a/meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc +++ b/meta-microblaze/recipes-devtools/gcc/gcc-sanitizers.inc | |||
| @@ -53,7 +53,7 @@ DEPENDS = "virtual/crypt gcc-runtime virtual/${TARGET_PREFIX}gcc" | |||
| 53 | # 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] | 53 | # 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] |
| 54 | DEBUG_OPTIMIZATION:append = " -Wno-error" | 54 | DEBUG_OPTIMIZATION:append = " -Wno-error" |
| 55 | 55 | ||
| 56 | #BBCLASSEXTEND = "nativesdk" | 56 | BBCLASSEXTEND = "nativesdk" |
| 57 | 57 | ||
| 58 | PACKAGES = "${PN} ${PN}-dbg" | 58 | PACKAGES = "${PN} ${PN}-dbg" |
| 59 | PACKAGES += "libasan libubsan liblsan libtsan" | 59 | PACKAGES += "libasan libubsan liblsan libtsan" |
| @@ -78,14 +78,15 @@ do_package_write_ipk[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlib | |||
| 78 | do_package_write_deb[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" | 78 | do_package_write_deb[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" |
| 79 | do_package_write_rpm[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" | 79 | do_package_write_rpm[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" |
| 80 | 80 | ||
| 81 | # Only x86, powerpc, sparc, s390, arm, and aarch64 are supported | 81 | # Only x86, powerpc, sparc, s390, arm, aarch64 and loongarch64 are supported |
| 82 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|sparc|s390|arm|aarch64).*-linux' | 82 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|sparc|s390|arm|aarch64|loongarch64).*-linux' |
| 83 | # musl is currently broken entirely | 83 | # musl is currently broken entirely |
| 84 | COMPATIBLE_HOST:libc-musl = 'null' | 84 | COMPATIBLE_HOST:libc-musl = 'null' |
| 85 | 85 | ||
| 86 | FILES:libasan += "${libdir}/libasan.so.* ${libdir}/libhwasan.so.*" | 86 | FILES:libasan += "${libdir}/libasan.so.* ${libdir}/libhwasan.so.*" |
| 87 | FILES:libasan-dev += "\ | 87 | FILES:libasan-dev += "\ |
| 88 | ${libdir}/libasan_preinit.o \ | 88 | ${libdir}/libasan_preinit.o \ |
| 89 | ${libdir}/libhwasan_preinit.o \ | ||
| 89 | ${libdir}/libasan.so \ | 90 | ${libdir}/libasan.so \ |
| 90 | ${libdir}/libhwasan.so \ | 91 | ${libdir}/libhwasan.so \ |
| 91 | ${libdir}/libasan.la \ | 92 | ${libdir}/libasan.la \ |
