Ignore:
Timestamp:
Nov 24, 2012, 2:30:29 AM (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:
3265eed
Parents:
7a7f255
Message:

Updated several command explanations

File:
1 edited

Legend:

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

    r7a7f255 rd755bc7  
    2929    --enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen>
    3030
     31    <variablelist os="b1">
     32      <title>The meaning of the new configure options:</title>
     33
     34      <varlistentry>
     35        <term><parameter>LDFLAGS="-Wl,-rpath,/cross-tools/lib"</parameter></term>
     36        <listitem>
     37          <para>This tells <command>configure</command> to search in
     38          <filename class="directory">/cross-tools</filename> for libraries.</para>
     39        </listitem>
     40      </varlistentry>
     41
     42      <varlistentry>
     43        <term><parameter>--with-gmp=/cross-tools</parameter></term>
     44        <listitem>
     45          <para>This tells <command>configure</command> where to find GMP.</para>
     46        </listitem>
     47      </varlistentry>
     48
     49    </variablelist>
     50
    3151    <para os="c">Compile the package:</para>
    3252
Note: See TracChangeset for help on using the changeset viewer.