Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/INSTALL/download.html

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1 <html lang="en"><head>
     1   <html lang="en">
     2<head>
    23<title>Downloading GCC</title>
    34<meta http-equiv="Content-Type" content="text/html">
    4 <meta name=description content="Downloading GCC">
    5 <meta name=generator content="makeinfo 4.0">
    6 <link href="http://texinfo.org/" rel=generator-home>
    7 </head><body>
     5<meta name="description" content="Downloading GCC">
     6<meta name="generator" content="makeinfo 4.6">
     7<!--
     8Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     91999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
     10<br><p>
     11   <p>Permission is granted to copy, distribute and/or modify this document
     12under the terms of the GNU Free Documentation License, Version 1.2 or
     13any later version published by the Free Software Foundation; with no
     14Invariant Sections, the Front-Cover texts being (a) (see below), and
     15with the Back-Cover Texts being (b) (see below).  A copy of the
     16license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>".
    817
    9 <p>G<p>CC is distributed via <a href="http://gcc.gnu.org/cvs.html">CVS</a> and FTP
     18   <p>(a) The FSF's Front-Cover Text is:
     19
     20   <p>A GNU Manual
     21
     22   <p>(b) The FSF's Back-Cover Text is:
     23
     24   <p>You have freedom to copy and modify this GNU Manual, like GNU
     25     software.  Copies published by the Free Software Foundation raise
     26     funds for GNU development.-->
     27<meta http-equiv="Content-Style-Type" content="text/css">
     28<style type="text/css"><!--
     29  pre.display { font-family:inherit }
     30  pre.format  { font-family:inherit }
     31  pre.smalldisplay { font-family:inherit; font-size:smaller }
     32  pre.smallformat  { font-family:inherit; font-size:smaller }
     33  pre.smallexample { font-size:smaller }
     34  pre.smalllisp    { font-size:smaller }
     35--></style>
     36</head>
     37<body>
     38<h1 class="settitle">Downloading GCC</h1>
     39GCC is distributed via <a href="http://gcc.gnu.org/cvs.html">CVS</a> and FTP
    1040tarballs compressed with <code>gzip</code> or
    1141<code>bzip2</code>.  It is possible to download a full distribution or specific
    1242components.
    1343
    14 <p>Please refer to our <a href="http://gcc.gnu.org/releases.html">releases web page</a>
     44   <p>Please refer to our <a href="http://gcc.gnu.org/releases.html">releases web page</a>
    1545for information on how to obtain GCC.
    1646
    17 <p>The full distribution includes the C, C++, Objective-C, Fortran, Java,
     47   <p>The full distribution includes the C, C++, Objective-C, Fortran, Java,
    1848and Ada (in case of GCC 3.1 and later) compilers.  The full distribution
    1949also includes runtime libraries for C++, Objective-C, Fortran, and Java.
     
    2151in the full distribution.
    2252
    23 <p>If you choose to download specific components, you must download the core
     53   <p>If you choose to download specific components, you must download the core
    2454GCC distribution plus any language specific distributions you wish to
    2555use.  The core distribution includes the C language front end as well as the
     
    2757front end as well as the language runtime (when appropriate).
    2858
    29 <p>Unpack the core distribution as well as any language specific
     59   <p>Unpack the core distribution as well as any language specific
    3060distributions in the same directory.
    3161
    32 <p>If you also intend to build binutils (either to upgrade an existing
     62   <p>If you also intend to build binutils (either to upgrade an existing
    3363installation or for use in place of the corresponding tools of your
    3464OS), unpack the binutils distribution either in the same directory or
     
    3666components of the binutils you intend to build alongside the compiler
    3767(<code>bfd</code>, <code>binutils</code>, <code>gas</code>, <code>gprof</code>, <code>ld</code>,
    38 <code>opcodes</code>, <small>...</small>) to the directory containing the GCC sources.
     68<code>opcodes</code>, <small class="dots">...</small>) to the directory containing the GCC sources.
    3969
    40 <hr />
     70   <hr />
    4171<p>
    4272<a href="./index.html">Return to the GCC Installation page</a>
    4373
    44 </body></html>
     74   </body></html>
    4575
Note: See TracChangeset for help on using the changeset viewer.