Changeset 5dcff5d6
- Timestamp:
- Jan 1, 2010, 8:42:36 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 97bbe67
- Parents:
- 24bab8b
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
r24bab8b r5dcff5d6 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 31 href="../../final-system/common/cloog-ppl.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 --> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../../temp-system/common/cloog-ppl.xml" 37 xpointer="xpointer(//*[@os='s1'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../../temp-system/common/cloog-ppl.xml" 41 xpointer="xpointer(//*[@os='s2'])"/> 34 42 35 43 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/introduction/common/changelog.xml
r24bab8b r5dcff5d6 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>December 31, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Stopped Cloog-PPL from setting LD_LIBRARY_PATH to 44 fix segfault issues.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
BOOK/temp-system/64/cloog-ppl.xml
r24bab8b r5dcff5d6 35 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 36 href="../common/cloog-ppl.xml" 37 xpointer="xpointer(//*[@os='s1'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../common/cloog-ppl.xml" 41 xpointer="xpointer(//*[@os='s2'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/cloog-ppl.xml" 37 45 xpointer="xpointer(//*[@os='a'])"/> 38 46 -
BOOK/temp-system/common/cloog-ppl.xml
r24bab8b r5dcff5d6 33 33 --> 34 34 35 <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> 36 37 <screen os="s2"><userinput>cp -v configure{,.orig} 38 sed "/LD_LIBRARY_PATH=/d" configure.orig > configure</userinput></screen> 39 35 40 <para os="a">Prepare CLooG-PPL for compilation:</para> 36 41 -
BOOK/temp-system/multilib/cloog-ppl.xml
r24bab8b r5dcff5d6 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 --> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../common/cloog-ppl.xml" 37 xpointer="xpointer(//*[@os='s1'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../common/cloog-ppl.xml" 41 xpointer="xpointer(//*[@os='s2'])"/> 34 42 35 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.