From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1251) id 586C1385842A; Mon, 30 Oct 2023 12:57:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 586C1385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698670674; bh=ms5cTr3B+YEwsHqP2xm3NFr34boOCPiySHJl8Ozin74=; h=To:Subject:Date:From:From; b=cGHJv6XWtZPuTpNVGjkDyTN7E3lm26q+A1tTywVD1BoEyC57Vc+dr/+PaxJ2FJtRi jEXqKDGbWphHrvbE6xb0GDkdEUcCFnVYkcRkWBUvDjH4/iuLt0yON2z4GlWCM4oSP7 6OJRbMvwyhYvA7qHelRBQ0s0Ush8ZYX/6OmfuKbk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9892454a3d0fc4a741719701f749b8c1e4d47939 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fcd40a093f9e311cf4ff1bf3910f69f261a32e79 X-Git-Newrev: 9892454a3d0fc4a741719701f749b8c1e4d47939 Message-Id: <20231030125754.586C1385842A@sourceware.org> Date: Mon, 30 Oct 2023 12:57:54 +0000 (GMT) From: Roger Sayle 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 9892454a3d0fc4a741719701f749b8c1e4d47939 (commit) from fcd40a093f9e311cf4ff1bf3910f69f261a32e79 (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 9892454a3d0fc4a741719701f749b8c1e4d47939 Author: Roger Sayle Date: Mon Oct 30 12:56:56 2023 +0000 Get newlib via git in simtest-howto.html * htdocs/simtest-howto.html: Use git to obtain newlib. diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index 2e54476b..d9c027fd 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -59,9 +59,7 @@ contrib/gcc_update --touch
 cd ${TOP}
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src login
-# You will be prompted for a password; reply with "anoncvs".
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co newlib
+git clone https://sourceware.org/git/newlib-cygwin.git newlib
 

Check out the sim and binutils tree:

----------------------------------------------------------------------- Summary of changes: htdocs/simtest-howto.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs