summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-ivi-crosssdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-platform/images/agl-ivi-crosssdk.inc')
-rw-r--r--recipes-platform/images/agl-ivi-crosssdk.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-ivi-crosssdk.inc b/recipes-platform/images/agl-ivi-crosssdk.inc
index 551c03437..f9f99d8d6 100644
--- a/recipes-platform/images/agl-ivi-crosssdk.inc
+++ b/recipes-platform/images/agl-ivi-crosssdk.inc
@@ -18,4 +18,7 @@ TOOLCHAIN_HOST_TASK += "nativesdk-grpc nativesdk-grpc-dev"
# Add gcc-sanitizers to support building applications using the SDK with
# AddressSanitizer support to detect use-after-frees along with other
# memory issue.
-TOOLCHAIN_TARGET_TASK += "gcc-sanitizers"
+TOOLCHAIN_SANITIZERS_TASKS = "gcc-sanitizers"
+# gcc-sanitizers is currently (scarthgap) not supported on RISC-V
+TOOLCHAIN_SANITIZERS_TASKS:riscv64 = ""
+TOOLCHAIN_TARGET_TASK += "${TOOLCHAIN_SANITIZERS_TASKS}"
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162