public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Claudiu Zissulescu <claziss@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-8505] ARC: gcc driver default to hs38_linux
Date: Thu,  3 Jun 2021 07:39:59 +0000 (GMT)	[thread overview]
Message-ID: <20210603073959.44EFE386187B@sourceware.org> (raw)

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


                 reply	other threads:[~2021-06-03  7:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603073959.44EFE386187B@sourceware.org \
    --to=claziss@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).