Ignore:
Timestamp:
08/31/2007 12:06:23 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
c61ca82
Parents:
4d75f4e
Message:

Add '--disable-bootstrap' to GCC pass 2 and chapter 6 GCC to achieve traditional LFS build methods with GCC 4.2.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r4d75f4e rb484748  
    148148    --enable-__cxa_atexit --enable-languages=c,c++ \
    149149    --disable-libstdcxx-pch --disable-multilib \
    150     $WITHARCH
     150    --disable-bootstrap $WITHARCH
    151151unset WITHARCH</userinput></screen>
    152152
     
    204204      </varlistentry>
    205205
     206      <varlistentry>
     207        <term><parameter>--disable-bootstrap</parameter></term>
     208        <listitem>
     209          <para>Bootstrapping the compiler is now the default for GCC. However,
     210          our build method should provide us with a solid compiler without the
     211          need to bootstrap each time.</para>
     212        </listitem>
     213      </varlistentry>
     214
    206215    </variablelist>
    207216
Note: See TracChangeset for help on using the changeset viewer.