Skip to content

Commit 1e5b811

Browse files
committed
arc: Update default target CPU to match GCC defaults
Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
1 parent 4e744bb commit 1e5b811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gas/config/tc-arc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#endif /* DEFAULT_ARCH. */
5555

5656
#ifndef TARGET_WITH_CPU
57-
#define TARGET_WITH_CPU "arc700"
57+
#define TARGET_WITH_CPU "hs38_linux"
5858
#endif /* TARGET_WITH_CPU. */
5959

6060
#define ARC_GET_FLAG(s) (*symbol_get_tc (s))

0 commit comments

Comments
 (0)