This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: install/binaries.html


On Wed, 5 Jan 2000, Martin v. Loewis wrote:
> I've been thinking about this. We must certainly advertise the FSF CDs
> prominently.

I already have the URL in a comment of the binaries.html page, but I
really don't want to have a link to a completely outdated binary version
of GCC.

> I have [...]

Thanks! I have added those links you provided to binaries.html and 
installed the following patch.

Gerald

Index: binaries.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/binaries.html,v
retrieving revision 1.1
diff -c -3 -p -r1.1 binaries.html
*** binaries.html	2000/01/05 00:10:46	1.1
--- binaries.html	2000/01/07 16:54:59
*************** by us; if you have any problems installi
*** 16,26 ****
  makers.</p>
  
  <ul>
! <li><a href="http://www.delorie.com/djgpp/">DJPP for DOS</a>
! <li><a href="http://sourceware.cygnus.com/cygwin/">Cygwin for Windows 95,
!     98, and NT</a>
! <li><a href="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/">GNU
!     Win32 related projects</a> by Mumit Khan.
  </ul>
  
  <!--
--- 16,36 ----
  makers.</p>
  
  <ul>
! <li><a href="ftp://aixpdslib.seas.ucla.edu/pub/gcc/RISC/">AIX</a>
! 
! <li>DOS: <a href="http://www.delorie.com/djgpp/">DJPP</a>
! 
! <li><a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO
!     OpenServer/Unixware</a>
! 
! <li>Solaris (SPARC, Intel): <a
!     href="http://www.sunfreeware.com/">Sunfreeware</a>
! 
! <li>Windows 95, 98, and NT: 
!     <a href="http://sourceware.cygnus.com/cygwin/">Cygwin for Windows 95,
!     98, and NT</a> |
!     <a href="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/">GNU
!     Win32 related projects</a> by Mumit Khan
  </ul>
  
  <!--
*************** makers.</p>
*** 29,35 ****
  
  <hr>
  <p><a href="./index.html">Return to the GCC Installation page</a></p>
! <p><i>Last modified on January 5, 2000.</i></p>
  
  </body>
  </html>
--- 39,45 ----
  
  <hr>
  <p><a href="./index.html">Return to the GCC Installation page</a></p>
! <p><i>Last modified on January 7, 2000.</i></p>
  
  </body>
  </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]