Changeset f867843


Ignore:
Timestamp:
09/01/2022 08:54:54 AM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
b2cbe939
Parents:
b17c6b2b (diff), baecd49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

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.