From d16261fbc67d08358bbe65a3aa7e34f9d3422597 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 25 Dec 2022 10:19:02 +0100 Subject: [PATCH] SVE-enabled targets in ARM64 DYNAMIC_ARCH require a recent compiler --- Makefile.system | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.system b/Makefile.system index 4350165f5..ae62873f5 100644 --- a/Makefile.system +++ b/Makefile.system @@ -664,8 +664,10 @@ DYNAMIC_CORE += CORTEXA57 DYNAMIC_CORE += CORTEXA72 DYNAMIC_CORE += CORTEXA73 DYNAMIC_CORE += NEOVERSEN1 +ifeq ($(GCCVERSIONGTEQ10), 1) DYNAMIC_CORE += NEOVERSEV1 DYNAMIC_CORE += NEOVERSEN2 +endif DYNAMIC_CORE += CORTEXA55 DYNAMIC_CORE += FALKOR DYNAMIC_CORE += THUNDERX