Changes in / [b17c6b2b:f867843]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    rb17c6b2b rf867843  
    9999    --prefix=/usr                                  \
    100100    --with-build-sysroot=$LFS                      \
    101     --enable-initfini-array                        \
    102101    --disable-nls                                  \
    103102    --disable-multilib                             \
     
    176175      </varlistentry>
    177176
    178       <varlistentry>
    179         <term><parameter>--enable-initfini-array</parameter></term>
    180         <listitem>
    181           <para>This option is automatically enabled when building a native
    182           compiler with a native compiler on x86. But here, we build with
    183           a cross compiler, so we need to explicitly set this option.</para>
    184         </listitem>
    185       </varlistentry>
    186 
    187177    </variablelist>
    188178
  • chapter08/groff.xml

    rb17c6b2b rf867843  
    5454<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
    5555
    56     <para>This package does not support parallel build. Compile the package:</para>
    57 
    58 <screen><userinput remap="make">make -j1</userinput></screen>
     56<screen><userinput remap="make">make</userinput></screen>
    5957
    6058    <para>This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.