Changeset 10d3d46


Ignore:
Timestamp:
Aug 29, 2012, 9:52:12 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
65ab9ce
Parents:
9d47629
Message:

Edit cross-tools PPL configuration line to use --with-gmp=/cross-tools .

Location:
BOOK
Files:
3 edited

Legend:

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

    r9d47629 r10d3d46  
    2929    ./configure --prefix=/cross-tools --enable-shared \
    3030    --enable-interfaces="c,cxx" --disable-optimization \
    31     --with-gmp-include=/cross-tools/include \
    32     --with-gmp-lib=/cross-tools/lib</userinput></screen>
     31    --with-gmp=/cross-tools</userinput></screen>
    3332
    3433    <para os="c">Compile the package:</para>
  • BOOK/general.ent

    r9d47629 r10d3d46  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "28"> <!-- Use two digits -->
     5<!ENTITY day "29"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r9d47629 r10d3d46  
    3636    </listitem>
    3737-->
    38      <listitem>
     38      <listitem>
     39      <para>August 29, 2012</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[William Harrington] - Edit cross-tools PPL configuration line.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
    3948      <para>August 28, 2012</para>
    4049      <itemizedlist>
     
    103112        </listitem>
    104113        <listitem>
    105            <para>[William Harrington] - Update ppl version to 0.12.1.</para>
     114           <para>[William Harrington] - Update PPL version to 0.12.1.</para>
    106115        </listitem>
    107116        <listitem>
     
    121130        </listitem>
    122131        <listitem>
    123            <para>[William Harrington] - Edit ppl configuration command line.</para>
     132           <para>[William Harrington] - Edit PPL configuration command line.</para>
    124133        </listitem>
    125134        <listitem>
     
    145154        </listitem>
    146155        <listitem>
    147            <para>[William Harrington] - Update cross and temp ppl to detect and use the proper gmp for sure.</para>
     156           <para>[William Harrington] - Update cross and temp PPL to detect and use the proper gmp for sure.</para>
    148157        </listitem>
    149158        <listitem>
Note: See TracChangeset for help on using the changeset viewer.