public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Get newlib via git in simtest-howto.html
@ 2023-10-27 16:39 Roger Sayle
  2023-10-30 12:48 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Roger Sayle @ 2023-10-27 16:39 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]


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
--


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 567 bytes --]

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [wwwdocs] Get newlib via git in simtest-howto.html
  2023-10-27 16:39 [wwwdocs] Get newlib via git in simtest-howto.html Roger Sayle
@ 2023-10-30 12:48 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2023-10-30 12:48 UTC (permalink / raw)
  To: Roger Sayle; +Cc: gcc-patches

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
> --
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-30 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-27 16:39 [wwwdocs] Get newlib via git in simtest-howto.html Roger Sayle
2023-10-30 12:48 ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).