public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8505] ARC: gcc driver default to hs38_linux
@ 2021-06-03  7:39 Claudiu Zissulescu
  0 siblings, 0 replies; only message in thread
From: Claudiu Zissulescu @ 2021-06-03  7:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:67a457824e1c72ea012c2e80a797703980378a90

commit r11-8505-g67a457824e1c72ea012c2e80a797703980378a90
Author: Claudiu Zissulescu <claziss@synopsys.com>
Date:   Wed Jun 2 14:31:00 2021 +0300

    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.
    
    (cherry picked from commit 46d04271a4983b5430ed4830ab65ea26052176fb)

Diff:
---
 gcc/config/arc/arc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
index bbb362504cc..22351817182 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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-03  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  7:39 [gcc r11-8505] ARC: gcc driver default to hs38_linux Claudiu Zissulescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).