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 <ro...@nextmovesoftware.com> * htdocs/simtest-howto.html: Use git to obtain newlib. Cheers, Roger --
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:anon...@sourceware.org:/cvs/src login -# You will be prompted for a password; reply with "anoncvs". -cvs -d :pserver:anon...@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>