From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by sourceware.org (Postfix) with ESMTPS id 708283858D1E for ; Wed, 4 Jan 2023 05:32:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 708283858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emailplus.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emailplus.org Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 82BEC320010B for ; Wed, 4 Jan 2023 00:32:37 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 04 Jan 2023 00:32:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emailplus.org; h=cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm2; t=1672810357; x=1672896757; bh=QPeoGlW1T5 YH1S0iR/qNe9nm54xzlNkT9gIXKte+7JU=; b=FlD6z5L9ylTfolVOL9nItNtj0K pILyioQUJ5IgJE23lqnUY2hhDCoGE89BskeTK/GhM+Xe4+o1gz8ZWvq0x6+3EZap 1de0rEvi+YuR6cUR4Z69Bk2dA0ov4/YACpvYl0yM6TvKr71X4Ha2QDCZaQzEskQY gbgwNLW/t1dYevCeWuANlonTo5ECEHsQwjBfXTU6Ub841e0E5/6E/t7taYRfDxCN SaqIM0vhjEwp+mfuya3j60OijJeNAyVHzAAcA9l66T9QuRps37kQNmt/f9fzgJlc fSVH/ROd1rQ0PSg1J4hCTxLIt0ViXgCNJSviSHOUZkwe/L+ZwRDLlsPwHWHg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1672810357; x=1672896757; bh=QPeoGlW1T5YH1S0iR/qNe9nm54xz lNkT9gIXKte+7JU=; b=bE8qMAWRPHF2MQMG5CCk4cVC716S5ab+seNkqLVHtn3U ZkYa8rOnHGqv+TlqS/jo72hFj0sYPpi+ethRzShx6E4cWts1QWg4H75xKBBvXm8l Oc89VBKoWbDX9i1suJhuo4Cx9mPy5BScjV1sqnW2PWtrRz0N3BAdVCNmoMCdjVrB v7J9r6QCbdZE3AyAYYtY/YBDe7FD7yPN1A4CM8PFtzZilgQE274d/JLUpw8p+1Lh Hh3RgcL7ScNqsZUvIY8n6Oy+uFERQQDRPdNvLLLgP8oN9LSKOBeipw9ar70wo0hq k6Upml/Vv63RRerG7UThcvNzKfdQtYcUuwHC9CvPmg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrjeehgdekiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepkfffgggfvffhufgtgfesthejredttd efjeenucfhrhhomhepuegvnhhsohhnucfouhhithgvuceosggvnhhsohhnpghmuhhithgv segvmhgrihhlphhluhhsrdhorhhgqeenucggtffrrghtthgvrhhnpefggfdttdeikeeule dvudehfeduheekieejjeektdejuddvvdfflefgveefueeltdenucffohhmrghinhepghhm phhlihgsrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepsggvnhhsohhnpghmuhhithgvsegvmhgrihhlphhluhhsrdhorhhg X-ME-Proxy: Feedback-ID: ic1e8415a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Wed, 4 Jan 2023 00:32:35 -0500 (EST) Message-ID: Date: Wed, 4 Jan 2023 08:32:32 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 To: gcc-patches@gcc.gnu.org Content-Language: en-US From: Benson Muite Subject: [PATCH] Add link to gmplib.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Link is missing from install documentation --- gcc/doc/install.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ccc8d15fd08..18e8709a169 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -396,7 +396,8 @@ install the libraries. @table @asis @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later) -Necessary to build GCC@. If a GMP source distribution is found in a +Necessary to build GCC@. It can be downloaded from +@uref{https://gmplib.org/}. If a GMP source distribution is found in a subdirectory of your GCC sources named @file{gmp}, it will be built together with GCC. Alternatively, if GMP is already installed but it is not in your library search path, you will have to configure with the -- 2.39.0