Ignore:
Timestamp:
Nov 3, 2004, 7:16:10 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/INSTALL/build.html

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1596 r1597  
    44<meta http-equiv="Content-Type" content="text/html">
    55<meta name="description" content="Installing GCC: Building">
    6 <meta name="generator" content="makeinfo 4.6">
     6<meta name="generator" content="makeinfo 4.5">
     7<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
    78<!--
    89Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     
    2526     software.  Copies published by the Free Software Foundation raise
    2627     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>
    3628</head>
    3729<body>
     
    8981<h3 class="section"><a name="TOC0"></a>Building a native compiler</h3>
    9082
    91 <p>For a native build issue the command <code>make bootstrap</code>.  This
     83   <p>For a native build issue the command <code>make bootstrap</code>.  This
    9284will build the entire GCC system, which includes the following steps:
    9385
     
    152144<h3 class="section"><a name="TOC1"></a>Building a cross compiler</h3>
    153145
    154 <p>We recommend reading the
     146   <p>We recommend reading the
    155147<a href="http://www.objsw.com/CrossGCC/">crossgcc FAQ</a>
    156148for information about building cross compilers.
     
    187179<h3 class="section"><a name="TOC2"></a>Building in parallel</h3>
    188180
    189 <p>You can use <code>make bootstrap MAKE="make -j 2" -j 2</code>, or just
     181   <p>You can use <code>make bootstrap MAKE="make -j 2" -j 2</code>, or just
    190182<code>make -j 2 bootstrap</code> for GNU Make 3.79 and above, instead of
    191183<code>make bootstrap</code> to build GCC in parallel.
     
    197189<h3 class="section"><a name="TOC3"></a>Building the Ada compiler</h3>
    198190
    199 <p>In order to build GNAT, the Ada compiler, you need a working GNAT
     191   <p>In order to build GNAT, the Ada compiler, you need a working GNAT
    200192compiler (GNAT version 3.13 or later, or GCC version 3.1 or later),
    201193since the Ada front end is written in Ada (with some
Note: See TracChangeset for help on using the changeset viewer.