diff mbox series

[wwwdocs] Get newlib via git in simtest-howto.html

Message ID 018f01da08f4$2c097270$841c5750$@nextmovesoftware.com
State New
Headers show
Series [wwwdocs] Get newlib via git in simtest-howto.html | expand

Commit Message

Roger Sayle Oct. 27, 2023, 4:39 p.m. UTC
A minor tweak to the documentation, to use git rather than cvs to obtain
the latest version of newlib.  Ok for mainline?


2023-10-27  Roger Sayle  <roger@nextmovesoftware.com>

	* htdocs/simtest-howto.html: Use git to obtain newlib.

Cheers,
Roger
--

Comments

Richard Biener Oct. 30, 2023, 12:48 p.m. UTC | #1
On Fri, Oct 27, 2023 at 6:39 PM Roger Sayle <roger@nextmovesoftware.com> wrote:
>
>
> A minor tweak to the documentation, to use git rather than cvs to obtain
> the latest version of newlib.  Ok for mainline?

OK

>
> 2023-10-27  Roger Sayle  <roger@nextmovesoftware.com>
>
>         * htdocs/simtest-howto.html: Use git to obtain newlib.
>
> Cheers,
> Roger
> --
>
diff mbox series

Patch

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
 
 <pre>
 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
 </pre>
 
     <p>Check out the <code>sim</code> and <code>binutils</code> tree:</p>