From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 8DE743858D35; Sun, 30 Jul 2023 22:37:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8DE743858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690756641; bh=vKqAucokmn3bQeGqJUwQOoTkIiZwbEi0Pu3QhS058Zs=; h=To:Subject:Date:From:From; b=nV4MGz1BqNiCewvkHmcelQQInHXmfmUlL4UbpRFMhh++QfDA//eEIzbJNW1LjIQHI /wJ3IpssM3tDuiKFwBc1BNshe3AV3Hmkw+43tBU4H1vb1ya7XQaJkHLQ5jhf04wrRo XiI/wi6FdKiCMhTZe758wqnknvGVXOYvJXCfo8Bc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5b9a2f102647fd26ac63f483e1d54377f956ce7e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: babaaf480b91e13519d5f87977f467ac439a2882 X-Git-Newrev: 5b9a2f102647fd26ac63f483e1d54377f956ce7e Message-Id: <20230730223721.8DE743858D35@sourceware.org> Date: Sun, 30 Jul 2023 22:37:21 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5b9a2f102647fd26ac63f483e1d54377f956ce7e (commit) from babaaf480b91e13519d5f87977f467ac439a2882 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b9a2f102647fd26ac63f483e1d54377f956ce7e Author: Gerald Pfeifer Date: Mon Jul 31 00:36:56 2023 +0200 gcc-4.5: Update link to GNU MPC diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html index 2e8f56a7..3d645bb3 100644 --- a/htdocs/gcc-4.5/changes.html +++ b/htdocs/gcc-4.5/changes.html @@ -18,7 +18,7 @@
  • GCC now requires the MPC library in order to + href="https://www.multiprecision.org">MPC library in order to build. See the prerequisites page for version requirements.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-4.5/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs