Ignore:
Timestamp:
03/14/2005 05:50:17 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
186416d
Parents:
7862089
Message:

Merged Matts r4741

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r7862089 rda5dcd8  
    6565<varlistentry>
    6666<term><parameter>--enable-shared</parameter></term>
    67 <listitem><para>This switch may seem counter-intuitive at first.
    68 However, this switch allows the building of
     67<listitem><para>This switch allows the building of
    6968<filename class="libraryfile">libgcc_s.so.1</filename> and
    70 <filename class="libraryfile">libgcc_eh.a</filename>, and having
    71 <filename class="libraryfile">libgcc_eh.a</filename> available ensures that the configure
    72 script for Glibc (the next package we compile) produces the proper
    73 results. Note that the GCC binaries will still be linked statically
    74 because this is controlled by the <parameter>-static</parameter> value of
    75 the <envar>BOOT_LDFLAGS</envar> variable in the next
    76 step.</para></listitem>
     69<filename class="libraryfile">libgcc_eh.a</filename>.  Having
     70<filename class="libraryfile">libgcc_eh.a</filename> available ensures that the
     71configure script for Glibc (the next package we compile) produces the proper
     72results.</para></listitem>
    7773</varlistentry>
    7874
     
    8884<para>Continue with compiling the package:</para>
    8985
    90 <screen><userinput>make BOOT_LDFLAGS="-static" bootstrap</userinput></screen>
     86<screen><userinput>make bootstrap</userinput></screen>
    9187
    9288<para>The meaning of the make parameters:</para>
    9389
    9490<variablelist>
    95 <varlistentry>
    96 <term><parameter>BOOT_LDFLAGS="-static"</parameter></term>
    97 <listitem><para>This tells GCC to link its programs statically.</para></listitem>
    98 </varlistentry>
    99 
    10091<varlistentry>
    10192<term><parameter>bootstrap</parameter></term>
Note: See TracChangeset for help on using the changeset viewer.