Changeset 20f7baf


Ignore:
Timestamp:
Feb 14, 2013, 1:25:26 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
456ec29
Parents:
032e5f5
Message:

Added some command explanations

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/mpfr.xml

    r032e5f5 r20f7baf  
    4141
    4242      <varlistentry>
     43        <term><parameter>--enable-shared</parameter></term>
     44        <listitem>
     45          <para>This tells <command>configure</command> to build MPFR's
     46          shared libraries.</para>
     47        </listitem>
     48      </varlistentry>
     49
     50      <varlistentry>
    4351        <term><parameter>--with-gmp=/cross-tools</parameter></term>
    4452        <listitem>
  • BOOK/cross-tools/common/ppl.xml

    r032e5f5 r20f7baf  
    4242      </varlistentry>
    4343
     44      <varlistentry>
     45        <term><parameter>--disable-optimization</parameter></term>
     46        <listitem>
     47          <para>Tells <command>configure</command> to build PPL without
     48          compiler optimizations, which are not needed for the Cross-Tools.</para>
     49        </listitem>
     50      </varlistentry>
     51
    4452    </variablelist>
    4553
Note: See TracChangeset for help on using the changeset viewer.