From patchwork Tue Jun 1 19:42:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1486219 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=MD4dnfpz; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.a=rsa-sha256 header.s=mail header.b=OtReuKr5; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FvjJ2239Mz9sCD for ; Wed, 2 Jun 2021 05:43:14 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=vE92jnF+BCZF54/wxl7wt2dcpQquwx6mPmbw4Drtw7k=; b=MD4dnfpz/hRj0A 5mtRGxElm9/JM71jlMzNo1jW5Vztjw3k5HLGx0r40rBIaTnyU3NHVbLoPNnuaWvmyWrfaHg1yFU1C ejkB1xYY0YC2yFFrlGabS5QUEdPvFQavPHPCrCmNpga/aYdtc+IZ0S6mGozfjE6wSljsjvaK/zjaB Dqt2q9GxLsx1Z5T4YPj6nrj26/pS5KhQsD3qTzBLIo4AM+RfV8iIK8Bg6c3+UKqxT+C+D05WCRq6a 4QTEKejFWCnfHpTdYPwtte27C9+IBGdR2Mc+LgAFUuohG4nqfJTTW/xyEZ7J4TPJwXHX9e0pk8P0a IDTgCjyWvvNLGlvJps/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loAIC-000biG-9f; Tue, 01 Jun 2021 19:43:12 +0000 Received: from smtprelay-out1.synopsys.com ([149.117.87.133]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1loAI9-000bhR-NW for linux-snps-arc@lists.infradead.org; Tue, 01 Jun 2021 19:43:10 +0000 Received: from mailhost.synopsys.com (sv2-mailhost2.synopsys.com [10.205.2.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mailhost.synopsys.com", Issuer "SNPSica2" (verified OK)) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id 85DB0C0807; Tue, 1 Jun 2021 19:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1622576586; bh=SFtD15XNYUC0sNhlc/inQ8rI/FJ1BrO3DZZh6KV1cnY=; h=From:To:Cc:Subject:Date:From; b=OtReuKr52Hkru46nSUDfdOCPq3t2V8zd4lbL/lcKHHbasif6HEd2oMukq0jB6hFdb iDUYSEgpIMu5QFsCvYHA0rHLIqChlySSoheb9svdJKRr4albHNA1BJ86bEjVuTmfWf V+J9NSkt9lVHQWddLp4SRszEybj5weYsM31VgHiEESuGqtfrTcXdjyjZW7zOgTtLcy hZOpHV1A2z8vFez2/mcPA/FHq6T9dGHWsziGc594WIr6CufwsX2z+75I6Clj04V8u+ duqw34eP6Ads+9KkPcC2eHUgpk832/dubUa24C4A32eNlIRXimIxlou6wjyTCWUnP8 wOqoCSs2Fm2/g== Received: from vineetg-Latitude-7400.internal.synopsys.com (snps-fugpbdpduq.internal.synopsys.com [10.202.17.37]) by mailhost.synopsys.com (Postfix) with ESMTP id AFCE7A0096; Tue, 1 Jun 2021 19:43:04 +0000 (UTC) X-SNPS-Relay: synopsys.com From: Vineet Gupta To: gcc-patches@gcc.gnu.org Cc: Claudiu Zissulescu , linux-snps-arc@lists.infradead.org, Vineet Gupta Subject: [PATCH] ARC: gcc driver default to hs38_linux Date: Tue, 1 Jun 2021 12:42:48 -0700 Message-Id: <20210601194248.135515-1-vgupta@synopsys.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210601_124309_824480_D21E0D81 X-CRM114-Status: GOOD ( 11.26 ) X-Spam-Score: -0.2 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: arc700 is legacy and there's no active development for it, so switch to latest hs38_linux as default Signed-off-by: Vineet Gupta --- gcc/config/arc/arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Content analysis details: (-0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [149.117.87.133 listed in wl.mailspike.net] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org arc700 is legacy and there's no active development for it, so switch to latest hs38_linux as default Signed-off-by: Vineet Gupta --- 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 bd1fe0abd7af..252241a858c9 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 */