Changeset 4e658f6


Ignore:
Timestamp:
Jun 18, 2014, 6:03:44 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
2e2fb75
Parents:
f77d3ff4
Message:

Add --with-isl=system to temp-system CLooG so that the bundled isl isn't built. We want to use the isl installation in /tools for the CLooG build. This fixes ticket http://trac.cross-lfs.org/ticket/966

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/cloog.xml

    rf77d3ff4 r4e658f6  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     29    --with-isl=system</userinput></screen>
    2930
    3031    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/cloog.xml

    rf77d3ff4 r4e658f6  
    2929<screen os="b"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
    31      --enable-shared</userinput></screen>
     31     --enable-shared --with-isl=system</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.