Changeset 1597 for branches/GNU/src/gcc/INSTALL/build.html
- Timestamp:
- Nov 3, 2004, 7:16:10 AM (21 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gcc/INSTALL/build.html (modified) (6 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/INSTALL/build.html
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2to1.1.1.3
r1596 r1597 4 4 <meta http-equiv="Content-Type" content="text/html"> 5 5 <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"> 7 8 <!-- 8 9 Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, … … 25 26 software. Copies published by the Free Software Foundation raise 26 27 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 28 </head> 37 29 <body> … … 89 81 <h3 class="section"><a name="TOC0"></a>Building a native compiler</h3> 90 82 91 <p>For a native build issue the command <code>make bootstrap</code>. This83 <p>For a native build issue the command <code>make bootstrap</code>. This 92 84 will build the entire GCC system, which includes the following steps: 93 85 … … 152 144 <h3 class="section"><a name="TOC1"></a>Building a cross compiler</h3> 153 145 154 <p>We recommend reading the146 <p>We recommend reading the 155 147 <a href="http://www.objsw.com/CrossGCC/">crossgcc FAQ</a> 156 148 for information about building cross compilers. … … 187 179 <h3 class="section"><a name="TOC2"></a>Building in parallel</h3> 188 180 189 <p>You can use <code>make bootstrap MAKE="make -j 2" -j 2</code>, or just181 <p>You can use <code>make bootstrap MAKE="make -j 2" -j 2</code>, or just 190 182 <code>make -j 2 bootstrap</code> for GNU Make 3.79 and above, instead of 191 183 <code>make bootstrap</code> to build GCC in parallel. … … 197 189 <h3 class="section"><a name="TOC3"></a>Building the Ada compiler</h3> 198 190 199 <p>In order to build GNAT, the Ada compiler, you need a working GNAT191 <p>In order to build GNAT, the Ada compiler, you need a working GNAT 200 192 compiler (GNAT version 3.13 or later, or GCC version 3.1 or later), 201 193 since the Ada front end is written in Ada (with some -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
