commit | abe9e556ae5d3a9151d745d305b3c1f91a5a9930 | [log] [tgz] |
---|---|---|
author | Claudiu Zissulescu <claziss@gmail.com> | Tue Jul 04 12:41:44 2023 +0300 |
committer | Claudiu Zissulescu <claziss@gmail.com> | Tue Jul 04 13:18:01 2023 +0300 |
tree | cd36702a91b0ebce4dfaad38ab398d81709de9fc | |
parent | 2dd11e43d0c89b78dec4f98cf584639a7e80ef44 [diff] |
arc: Update default target CPU to match GCC defaults Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 8d16cb5..d9b13a0 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))