From patchwork Mon Apr 18 16:48:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 1618454 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha256 header.s=default header.b=Uc8XhAbW; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 bilbo.ozlabs.org (Postfix) with ESMTPS id 4KhtFH2klWz9sG6 for ; Tue, 19 Apr 2022 02:49:22 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 92CA23858036 for ; Mon, 18 Apr 2022 16:49:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 92CA23858036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1650300559; bh=Pv8M4K1qXgOKRernSOdqu+G1t1nH7bl9Eq/KGCWmGV4=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=Uc8XhAbWgndXf9cIkO1H9ExpNFBoACIs/2VW74zl6P02zcqAbkWnc+mE+xJrOlfDk WISbhXuXaWinv+Tg+vzKP0wAL/6SeYFfaXsMHbBjvNFAf7uD3GntIdEA4XOMUJzgmg 2eVcdNxf9MjqhfYYyYpkudJbIhW6t0GBnsos4PFg= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id ED2243858D1E for ; Mon, 18 Apr 2022 16:48:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ED2243858D1E To: Subject: [PATCH] doc/install.texi: CRIS: Remove gone websites. Adjust CRIS targets MIME-Version: 1.0 Message-ID: <20220418164832.6D6252040F@pchp3.se.axis.com> Date: Mon, 18 Apr 2022 18:48:32 +0200 X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Hans-Peter Nilsson via Gcc-patches From: Hans-Peter Nilsson Reply-To: Hans-Peter Nilsson Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" I'm about to commit this to master. I'd like to also install this on the gcc-11 branch. Ok? -- 8< -- That is, support for cris-linux-gnu was removed in gcc-11, but install.texi wasn't adjusted accordingly. Also, unfortunately the developer-related sites are gone with no replacements. And, CRIS is used in other chip series as well, but allude rather than list. The generated manpages, info, pdf and html were sanity-checked. gcc: * doc/install.texi : Remove references to removed websites and adjust for cris-*-elf being the only remaining toolchain. --- gcc/doc/install.texi | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ab67a639836b..304785767027 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3901,8 +3901,8 @@ configure GCC@ for building a CR16 uclinux cross-compiler. @end html @anchor{cris} @heading CRIS -CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip -series. These are used in embedded applications. +CRIS is a CPU architecture in Axis Communications systems-on-a-chip, for +example the ETRAX series. These are used in embedded applications. @ifnothtml @xref{CRIS Options,, CRIS Options, gcc, Using the GNU Compiler @@ -3913,21 +3913,8 @@ See ``CRIS Options'' in the main manual @end ifhtml for a list of CRIS-specific options. -There are a few different CRIS targets: -@table @code -@item cris-axis-elf -Mainly for monolithic embedded systems. Includes a multilib for the -@samp{v10} core used in @samp{ETRAX 100 LX}. -@item cris-axis-linux-gnu -A GNU/Linux port for the CRIS architecture, currently targeting -@samp{ETRAX 100 LX} by default. -@end table - -Pre-packaged tools can be obtained from -@uref{ftp://ftp.axis.com/@/pub/@/axis/@/tools/@/cris/@/compiler-kit/}. More -information about this platform is available at -@uref{http://developer.axis.com/}. - +Use @samp{configure --target=cris-elf} to configure GCC@ for building +a cross-compiler for CRIS. @html
@end html