From patchwork Fri Dec 15 08:22:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1876511 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Ss2K51cTpz1ySd for ; Fri, 15 Dec 2023 19:22:49 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1BDEA384773C for ; Fri, 15 Dec 2023 08:22:47 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id B7DF9384DED2 for ; Fri, 15 Dec 2023 08:22:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B7DF9384DED2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B7DF9384DED2 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702628556; cv=none; b=AhyJoFFzbbTmwICY+YI2BLwfQqW+uFaFovjUuyJos3EJGe0oT8b+nN59t2hm77O/C2wfqQORKHbmn+xtLXkDFNjOcenZWB5inPHS4NPET7JgDcI4ZEy1Enm/NxylF6xdyqtYsFd6ddOVlN3vRxJLt6ueekeuwU/PG9msNWVam78= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702628556; c=relaxed/simple; bh=ZI/c2ce/Bc3oOmuNf7mIWSLxraig2X+varF4911ZpC8=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=vHmkRxVbaEyZPc/Yi1rJWiOxlk2wC77zQLhxPoU4zMF4AYl/8cWendm1G86X01UjJKxsWX84SnpeVmHwSZ8z9CWm/yxlqQ5juHoLjFhx4zwZYPm84xQM26zbRtJc4xIi5NR/YsnzhcY+c+by7GalIClzRC0fW3SC9Z+Oox0GAUE= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 421EE33E93; Fri, 15 Dec 2023 03:22:34 -0500 (EST) Received: from [192.168.1.63] (unknown [103.162.115.197]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 838B733E9D; Fri, 15 Dec 2023 03:22:32 -0500 (EST) Date: Fri, 15 Dec 2023 16:22:28 +0800 (WITA) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Tom de Vries , Thomas Schwinge Subject: [pushed] doc: Update nvptx-tools Github link MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231215082234.421EE33E93@hamza.pair.com> X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org I pushed this obvious change. Gerald gcc: * doc/install.texi (Specific) : Update nvptx-tools Github link. --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c1128d9274c..fffad700af7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4779,7 +4779,7 @@ Andes NDS32 target in big endian mode. Nvidia PTX target. Instead of GNU binutils, you will need to install -@uref{https://github.com/MentorEmbedded/nvptx-tools/,,nvptx-tools}. +@uref{https://github.com/SourceryTools/nvptx-tools,,nvptx-tools}. Tell GCC where to find it: @option{--with-build-time-tools=[install-nvptx-tools]/nvptx-none/bin}.