diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2021-06-02 14:31:00 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2021-06-02 15:17:00 +0300 |
commit | 46d04271a4983b5430ed4830ab65ea26052176fb (patch) | |
tree | a6cf6b8c416dbd66c205ca670b4cda9fabe7c21f /gcc | |
parent | ca35586cf5cf1617294d5452df8ca5285d81646f (diff) | |
download | gcc-46d04271a4983b5430ed4830ab65ea26052176fb.zip gcc-46d04271a4983b5430ed4830ab65ea26052176fb.tar.gz gcc-46d04271a4983b5430ed4830ab65ea26052176fb.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arc/arc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index bd1fe0a..252241a 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -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 */ |