ARC: gcc driver default to hs38_linux

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.
This commit is contained in:
Claudiu Zissulescu 2021-06-02 14:31:00 +03:00
parent ca35586cf5
commit 46d04271a4
1 changed files with 1 additions and 1 deletions

View 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 */