Changeset afc74a1
- Timestamp:
- Jun 3, 2013, 12:54:49 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fa72b0b7
- Parents:
- ab0d03b
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog.xml
rab0d03b rafc74a1 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../temp-system/common/cloog.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../temp-system/common/cloog.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <para os="a">Prepare CLooG for compilation:</para> -
BOOK/temp-system/64/cloog.xml
rab0d03b rafc74a1 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/cloog.xml
rab0d03b rafc74a1 23 23 <title>Installation of CLooG</title> 24 24 25 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>26 27 <screen os="s2"><userinput>cp -v configure{,.orig}28 sed -e "/LD_LIBRARY_PATH=/d" \29 configure.orig > configure</userinput></screen>30 31 25 <para os="a">Prepare CLooG for compilation:</para> 32 26 … … 37 31 <para os="c">Compile the package:</para> 38 32 39 <screen os="d"><userinput>make</userinput></screen> 33 <screen os="d"><userinput>make -C isl 34 make -C isl install 35 make</userinput></screen> 40 36 41 37 <para os="e">Install the package:</para> -
BOOK/temp-system/multilib/cloog.xml
rab0d03b rafc74a1 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/cloog.xml" 27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../common/cloog.xml"35 27 xpointer="xpointer(//*[@os='a'])"/> 36 28 37 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64 \ 39 --enable-shared --with-gmp-prefix=/tools 31 --enable-shared --with-gmp-prefix=/tools</userinput></screen> 40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.