From c0b8b5c40452e0d4377f791bff9750917b11ce63 Mon Sep 17 00:00:00 2001 From: Maska989 Date: Fri, 11 Oct 2024 13:13:28 +0200 Subject: [PATCH] sparcv8leon3: prevent from building test-grlib-multi on qemu target This test is not intended to build on this particular target. JIRA: CI-474 --- Makefile.sparcv8leon3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.sparcv8leon3 b/Makefile.sparcv8leon3 index 98114b591..704dcf4c3 100644 --- a/Makefile.sparcv8leon3 +++ b/Makefile.sparcv8leon3 @@ -1 +1,3 @@ +ifneq ($(TARGET), sparcv8leon3-generic-qemu) DEFAULT_COMPONENTS += test-grlib-multi +endif