Changeset 428d8a4 for BOOK/final-system/common/gcc.xml
- Timestamp:
- Nov 30, 2015, 11:38:11 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- 8886e357
- Parents:
- 16ed0af
- git-author:
- Chris Staub <chris@…> (11/30/15 11:37:10)
- git-committer:
- Chris Staub <chris@…> (11/30/15 11:38:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gcc.xml
r16ed0af r428d8a4 53 53 54 54 <variablelist os="i1"> 55 <title>The meaning of the new configure option :</title>55 <title>The meaning of the new configure options:</title> 56 56 57 57 <varlistentry> … … 61 61 <filename>/tools/bin/sed</filename> in the <command>fixincl</command> 62 62 program.</para> 63 </listitem> 64 </varlistentry> 65 66 <varlistentry> 67 <term><parameter>--disable-bootstrap</parameter></term> 68 <listitem> 69 <para>For a native build, GCC defaults to performing a 3-stage 70 "bootstrap" of the compiler. This means that GCC is compiled a total 71 of 3 times - it is compiled once, the first stage compiler is used 72 to build itself again, and the second stage compiler builds itself 73 once more. The second and third passes are then compared, verifying 74 that GCC is able to reproduce itself successfully. However, there is 75 no need for this with the CLFS build process so we disable it here.</para> 63 76 </listitem> 64 77 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.