From abe9e556ae5d3a9151d745d305b3c1f91a5a9930 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 4 Jul 2023 12:41:44 +0300 Subject: [PATCH] arc: Update default target CPU to match GCC defaults Signed-off-by: Claudiu Zissulescu --- gas/config/tc-arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 8d16cb57088..d9b13a0388e 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -49,7 +49,7 @@ && (SUB_OPCODE (x) == 0x28)) #ifndef TARGET_WITH_CPU -#define TARGET_WITH_CPU "arc700" +#define TARGET_WITH_CPU "hs38_linux" #endif /* TARGET_WITH_CPU */ #define ARC_GET_FLAG(s) (*symbol_get_tc (s)) -- 2.30.2