Changeset af43a09 for BOOK/temp-system
- Timestamp:
- Apr 16, 2011, 2:33:52 PM (15 years ago)
- Children:
- 2643b9b4
- Parents:
- 7b0cc7e8 (diff), af891d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- BOOK/temp-system
- Files:
-
- 11 edited
-
64/cloog-ppl.xml (modified) (1 diff)
-
64/mpc.xml (modified) (1 diff)
-
64/ppl.xml (modified) (1 diff)
-
common/cloog-ppl.xml (modified) (1 diff)
-
common/mpc.xml (modified) (1 diff)
-
common/ppl.xml (modified) (1 diff)
-
common/vim.xml (modified) (1 diff)
-
multilib/cloog-ppl.xml (modified) (1 diff)
-
multilib/mpc.xml (modified) (1 diff)
-
multilib/ppl.xml (modified) (1 diff)
-
multilib/vim.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/mpc.xml
r7b0cc7e8 raf43a09 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \ 30 ./configure --prefix=/tools \ 30 31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 32 -
BOOK/temp-system/64/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.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-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 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> -
BOOK/temp-system/common/mpc.xml
r7b0cc7e8 raf43a09 25 25 <para os="a">Prepare MPC for compilation:</para> 26 26 27 <screen os="b"><userinput> ./configure --prefix=/tools \27 <screen os="b"><userinput>EGREP="grep -E" ./configure --prefix=/tools \ 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 -
BOOK/temp-system/common/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <para os="a">Prepare PPL for compilation:</para> -
BOOK/temp-system/common/vim.xml
r7b0cc7e8 raf43a09 95 95 <screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen> 96 96 97 <para os="tv1" >Create a temporary vimrc to make it function more the way you may 98 expect it to. This is explained more in the final system:</para> 99 100 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF" 101 <literal>" Begin /etc/vimrc 102 103 set nocompatible 104 set backspace=2 105 set ruler 106 syntax on 107 108 " End /etc/vimrc</literal> 109 EOF</userinput></screen> 110 97 111 </sect2> 98 112 -
BOOK/temp-system/multilib/cloog-ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of CLooG-PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/cloog-ppl.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/cloog-ppl.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/mpc.xml
r7b0cc7e8 raf43a09 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E" \ 30 ./configure --prefix=/tools \ 30 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 32 --libdir=/tools/lib64</userinput></screen> -
BOOK/temp-system/multilib/ppl.xml
r7b0cc7e8 raf43a09 22 22 <sect2 role="installation"> 23 23 <title>Installation of PPL</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/ppl.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/ppl.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
r7b0cc7e8 raf43a09 90 90 xpointer="xpointer(//*[@os='m'])"/> 91 91 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 href="../common/vim.xml" 94 xpointer="xpointer(//*[@os='tv1'])"/> 95 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 href="../common/vim.xml" 98 xpointer="xpointer(//*[@os='tv2'])"/> 99 92 100 </sect2> 93 101
Note:
See TracChangeset
for help on using the changeset viewer.
