Ignore:
Timestamp:
08/07/2007 09:00:10 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
1799ee3
Parents:
71f6077
Message:
  • Upgrade to GCC 4.2.1
  • Add m4, bison and flex back to chapter 5 to support HJL Binutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r71f6077 r54ce9a9  
    4747
    4848<screen><userinput>CC="gcc -B/usr/bin/" ../gcc-&gcc-version;/configure --prefix=/tools \
    49     --with-local-prefix=/tools --disable-nls --enable-shared \
     49    --with-local-prefix=/tools --disable-nls --disable-shared \
    5050    --enable-languages=c --disable-multilib</userinput></screen>
    5151
     
    7676
    7777      <varlistentry>
    78         <term><parameter>--enable-shared</parameter></term>
     78        <term><parameter>--disable-shared</parameter></term>
    7979        <listitem>
    80           <para>This switch allows the building of <filename
    81           class="libraryfile">libgcc_s.so.1</filename> and
    82           <filename class="libraryfile">libgcc_eh.a</filename>.
    83           Having <filename class="libraryfile">libgcc_eh.a</filename>
    84           available ensures that the configure script for Glibc (the
    85           next package we compile) produces the proper results.</para>
     80          <para>This forces gcc to link its internal libraries statically. We do this
     81          to avoid possible issues with the host system.</para>
    8682        </listitem>
    8783      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.