]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ARC: gcc driver default to hs38_linux
authorClaudiu Zissulescu <claziss@synopsys.com>
Wed, 2 Jun 2021 11:31:00 +0000 (14:31 +0300)
committerClaudiu Zissulescu <claziss@synopsys.com>
Wed, 2 Jun 2021 12:17:00 +0000 (15:17 +0300)
arc700 is legacy and there's no active development for it, so switch to
latest hs38_linux as default

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
gcc/
2021-06-02  Vineet Gupta  <vgupta@synopsys.com>

* config/arc/arc.h (TARGET_CPU_DEFAULT): Change to hs38_linux.

gcc/config/arc/arc.h

index bd1fe0abd7af727671e3d4462036bfdf8236c273..252241a858c93634a199e566efabcf9b5d3f1d75 100644 (file)
@@ -34,7 +34,7 @@ along with GCC; see the file COPYING3.  If not see
 #define SYMBOL_FLAG_CMEM       (SYMBOL_FLAG_MACH_DEP << 3)
 
 #ifndef TARGET_CPU_DEFAULT
-#define TARGET_CPU_DEFAULT     PROCESSOR_arc700
+#define TARGET_CPU_DEFAULT     PROCESSOR_hs38_linux
 #endif
 
 /* Check if this symbol has a long_call attribute in its declaration */