From a007e5d598a694cb11bb0adc967bfe7e69de4b0f 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 98114b59..704dcf4c 100644 --- a/Makefile.sparcv8leon3 +++ b/Makefile.sparcv8leon3 @@ -1 +1,3 @@ +ifneq ($(TARGET), sparcv8leon3-generic-qemu) DEFAULT_COMPONENTS += test-grlib-multi +endif