From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1957) id 44EFE386187B; Thu, 3 Jun 2021 07:39:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44EFE386187B MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Claudiu Zissulescu To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-8505] ARC: gcc driver default to hs38_linux X-Act-Checkin: gcc X-Git-Author: Claudiu Zissulescu X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 39e8ea4234ceeca68f69bf4fc2eb436a6bb82205 X-Git-Newrev: 67a457824e1c72ea012c2e80a797703980378a90 Message-Id: <20210603073959.44EFE386187B@sourceware.org> Date: Thu, 3 Jun 2021 07:39:59 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2021 07:39:59 -0000 https://gcc.gnu.org/g:67a457824e1c72ea012c2e80a797703980378a90 commit r11-8505-g67a457824e1c72ea012c2e80a797703980378a90 Author: Claudiu Zissulescu 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 Signed-off-by: Claudiu Zissulescu gcc/ 2021-06-02 Vineet Gupta * 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 */