Ignore:
Timestamp:
Aug 27, 2012, 5:53:04 PM (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:
d61657d
Parents:
00d5d8eb
Message:

Update ppl cross-tools and tools to properly find and use the correct gmp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/ppl.xml

    r00d5d8eb r36a0aca  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --enable-interfaces="c,cxx" --enable-shared \
    32     --disable-optimization --with-gmp=/tools</userinput></screen>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../common/ppl.xml"
    36     xpointer="xpointer(//*[@os='bp1'])"/>
    37 
    38     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../common/ppl.xml"
    40     xpointer="xpointer(//*[@os='bp2'])"/>
     31    --enable-interfaces="c,cxx" --enable-shared --disable-optimization  \
     32    --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen>
    4133
    4234    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.