Changeset 229ed25 for BOOK/temp-system/64
- Timestamp:
- Jan 4, 2014, 12:03:38 AM (12 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f90d077
- Parents:
- ec008670 (diff), e57ce38 (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/64
- Files:
-
- 1 added
- 5 edited
- 2 moved
-
binutils.xml (modified) (2 diffs)
-
check.xml (added)
-
cloog.xml (moved) (moved from BOOK/temp-system/64/cloog-ppl.xml ) (2 diffs)
-
gcc.xml (modified) (4 diffs)
-
gmp.xml (modified) (1 diff)
-
isl.xml (moved) (moved from BOOK/final-system/multilib/glib.xml ) (2 diffs)
-
mpc.xml (modified) (1 diff)
-
mpfr.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
rec008670 r229ed25 23 23 <title>Installation of Binutils</title> 24 24 25 <!-- Branch update patch area 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../../final-system/common/binutils.xml" 28 xpointer="xpointer(//*[@os='p1'])"/> 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../../final-system/common/binutils.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 25 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 35 href="../common/binutils.xml" … … 35 44 xpointer="xpointer(//*[@os='i'])"/> 36 45 37 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils- version;/configure \46 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-dir;/configure \ 38 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ -
BOOK/temp-system/64/cloog.xml
rec008670 r229ed25 6 6 ]> 7 7 8 <sect1 id="ch-temp-system-cloog -ppl" role="wrap">9 <?dbhtml filename="cloog -ppl.html"?>8 <sect1 id="ch-temp-system-cloog" role="wrap"> 9 <?dbhtml filename="cloog.html"?> 10 10 11 <title>CLooG- PPL-&cloog-ppl-version;</title>11 <title>CLooG-&cloog-version;</title> 12 12 13 <indexterm zone="ch-temp-system-cloog -ppl">14 <primary sortas="a-MPFR">CLooG -PPL</primary>13 <indexterm zone="ch-temp-system-cloog"> 14 <primary sortas="a-MPFR">CLooG</primary> 15 15 <secondary>temporary system</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/common/cloog.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 CLooG</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/cloog-ppl.xml" 26 href="../common/cloog.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/common/cloog.xml" 27 35 xpointer="xpointer(//*[@os='s1'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../ common/cloog-ppl.xml"38 href="../../final-system/common/cloog.xml" 31 39 xpointer="xpointer(//*[@os='s2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/cloog-ppl.xml" 35 xpointer="xpointer(//*[@os='a'])"/> 36 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> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/cloog-ppl.xml" 42 href="../common/cloog.xml" 43 43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/cloog -ppl.xml"46 href="../common/cloog.xml" 47 47 xpointer="xpointer(//*[@os='d'])"/> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/cloog -ppl.xml"50 href="../common/cloog.xml" 51 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="../common/cloog.xml" 55 55 xpointer="xpointer(//*[@os='f'])"/> 56 56 … … 61 61 62 62 <para>Details on this package are located in <xref 63 linkend="contents-cloog -ppl" role="."/></para>63 linkend="contents-cloog" role="."/></para> 64 64 65 65 </sect2> -
BOOK/temp-system/64/gcc.xml
rec008670 r229ed25 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ cross-tools/64/gcc-static.xml"26 href="../../final-system/common/gcc.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ cross-tools/64/gcc-static.xml"30 href="../../final-system/common/gcc.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ common/gcc.xml"51 xpointer="xpointer(//*[@os=' cf'])"/>50 href="../../final-system/common/gcc.xml" 51 xpointer="xpointer(//*[@os='fix1'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ common/gcc.xml"55 xpointer="xpointer(//*[@os=' cg'])"/>54 href="../../final-system/common/gcc.xml" 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 76 76 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --enable-cloog-backend=isl --with-gmp=/tools --with-mpfr=/tools \ 80 --with-mpc=/tools --with-isl=/tools --disable-isl-version-check \ 81 --with-cloog=/tools --with-system-zlib \ 82 --with-native-system-header-dir=/tools/include --enable-checking=release \ 83 --enable-libstdcxx-time</userinput></screen> 79 84 80 85 <variablelist> … … 93 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 94 99 href="../common/gcc.xml" 95 xpointer="xpointer(//*[@os=' ts1'])"/>100 xpointer="xpointer(//*[@os='s1'])"/> 96 101 97 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 103 href="../common/gcc.xml" 99 xpointer="xpointer(//*[@os=' ts2'])"/>104 xpointer="xpointer(//*[@os='s2'])"/> 100 105 101 106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gmp.xml
rec008670 r229ed25 37 37 xpointer="xpointer(//*[@os='a'])"/> 38 38 39 <screen os="b"><userinput>HOST_CC=gcc C PPFLAGS=-fexceptions CC="${CC} ${BUILD64}" \39 <screen os="b"><userinput>HOST_CC=gcc CC="${CC} ${BUILD64}" \ 40 40 CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \ 41 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ -
BOOK/temp-system/64/isl.xml
rec008670 r229ed25 6 6 ]> 7 7 8 <sect1 id="ch- system-glib-32" role="wrap">9 <?dbhtml filename=" glib.html"?>8 <sect1 id="ch-temp-system-isl" role="wrap"> 9 <?dbhtml filename="isl.html"?> 10 10 11 <title> Glib-&glib-version; 32 Bit Libraries</title>11 <title>ISL-&isl-version;</title> 12 12 13 <indexterm zone="ch- system-glib-32">14 <primary sortas="a- Glib">Glib</primary>15 <secondary> 32 Bit</secondary>13 <indexterm zone="ch-temp-system-isl"> 14 <primary sortas="a-ISL">ISL</primary> 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../ common/glib.xml"19 href="../../final-system/common/isl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Glib</title>23 <title>Installation of ISL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ glib.xml"26 href="../common/isl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen> 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 ./configure --prefix=/tools \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --with-gmp-prefix=/tools</userinput></screen> 30 33 31 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 href="../common/ glib.xml"35 href="../common/isl.xml" 33 36 xpointer="xpointer(//*[@os='c'])"/> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/ glib.xml"39 href="../common/isl.xml" 37 40 xpointer="xpointer(//*[@os='d'])"/> 38 41 39 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/ glib.xml"43 href="../common/isl.xml" 41 44 xpointer="xpointer(//*[@os='e'])"/> 42 45 43 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/ glib.xml"47 href="../common/isl.xml" 45 48 xpointer="xpointer(//*[@os='f'])"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"48 href="../common/glib.xml"49 xpointer="xpointer(//*[@os='g'])"/>50 49 51 50 </sect2> … … 55 54 56 55 <para>Details on this package are located in <xref 57 linkend="contents- glib" role="."/></para>56 linkend="contents-isl" role="."/></para> 58 57 59 58 </sect2> -
BOOK/temp-system/64/mpc.xml
rec008670 r229ed25 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" EGREP="grep -E"\29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 30 ./configure --prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> -
BOOK/temp-system/64/mpfr.xml
rec008670 r229ed25 22 22 <sect2 role="installation"> 23 23 <title>Installation of MPFR</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/mpfr.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/mpfr.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.
