Changeset 026bb5d for BOOK/boot/64/grub-build.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/grub-build.xml
r1c9985f r026bb5d 6 6 ]> 7 7 8 <sect1 id="ch- temp-system-cloog-ppl" role="wrap">9 <?dbhtml filename=" cloog-ppl.html"?>8 <sect1 id="ch-boot-grub-build" role="wrap"> 9 <?dbhtml filename="grub-build.html"?> 10 10 11 <title> CLooG-PPL-&cloog-ppl-version;</title>11 <title>GRUB-&grub-version;</title> 12 12 13 <indexterm zone="ch- temp-system-cloog-ppl">14 <primary sortas="a- MPFR">CLooG-PPL</primary>15 <secondary> temporary system</secondary>13 <indexterm zone="ch-boot-grub-build"> 14 <primary sortas="a-GRUB">GRUB</primary> 15 <secondary>boot</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/ common/cloog-ppl.xml"19 href="../../final-system/x86/grub.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of CLooG-PPL</title>23 <title>Installation of GRUB</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/cloog-ppl.xml" 26 href="../../final-system/x86/grub.xml" 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/x86/grub.xml" 27 31 xpointer="xpointer(//*[@os='s1'])"/> 28 32 29 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../ common/cloog-ppl.xml"34 href="../../final-system/x86/grub.xml" 31 35 xpointer="xpointer(//*[@os='s2'])"/> 32 36 33 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../ common/cloog-ppl.xml"38 href="../../final-system/x86/grub.xml" 35 39 xpointer="xpointer(//*[@os='a'])"/> 36 40 37 <screen os=" b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp\39 -- enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>41 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --sysconfdir=/etc --libdir=/tools/lib64 --disable-werror</userinput></screen> 40 44 41 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../ common/cloog-ppl.xml"46 href="../../final-system/x86/grub.xml" 43 47 xpointer="xpointer(//*[@os='c'])"/> 44 48 45 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../ common/cloog-ppl.xml"50 href="../../final-system/x86/grub.xml" 47 51 xpointer="xpointer(//*[@os='d'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"50 href="../common/cloog-ppl.xml"51 xpointer="xpointer(//*[@os='e'])"/>52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ common/cloog-ppl.xml"54 href="../../final-system/x86/grub.xml" 55 55 xpointer="xpointer(//*[@os='f'])"/> 56 57 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 56 58 57 59 </sect2> … … 61 63 62 64 <para>Details on this package are located in <xref 63 linkend="contents- cloog-ppl" role="."/></para>65 linkend="contents-grub" role="."/></para> 64 66 65 67 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.