Ignore:
Timestamp:
Jul 6, 2009, 5:15:03 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8ced986
Parents:
79e1de7
Message:

Fix compilation errors with cloog-ppl in the final system on multilib by not explicitly setting the gmp and ppl prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/cloog-ppl-64bit.xml

    r79e1de7 re742e58  
    3838<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
    3939    LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \
    40     --libdir=/usr/lib64 --enable-shared --with-gmp=/usr \
    41     --with-ppl=/usr</userinput></screen>
     40    --libdir=/usr/lib64 --enable-shared --with-gmp \
     41    --with-ppl</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.