Changeset 6fcaede for BOOK/temp-system
- Timestamp:
- Jul 7, 2009, 8:49:42 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:
- b26d64d
- Parents:
- 4261659 (diff), 53750600 (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:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/cloog-ppl.xml
r4261659 r6fcaede 38 38 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \41 --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>40 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 41 --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/64/gcc.xml
r4261659 r6fcaede 123 123 xpointer="xpointer(//*[@os='cp'])"/> 124 124 125 <para os="dp">Now we copy the files that are placed in <filename class="directory">/tools/lib64126 </filename> to <filename class="directory">/tools/lib</filename>.127 We also delete the /tools/lib64 directory:</para>128 129 <screen os="dq"><userinput>cp -va /tools/lib64/* /tools/lib130 rm -rvf /tools/lib64</userinput></screen>131 132 125 </sect2> 133 126 -
BOOK/temp-system/common/cloog-ppl.xml
r4261659 r6fcaede 36 36 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \39 --with-ppl=/tools --with-gmp=/tools</userinput></screen>38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 39 --with-ppl=/tools --with-gmp=/tools</userinput></screen> 40 40 41 41 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/gcc.xml
r4261659 r6fcaede 98 98 </variablelist> 99 99 100 <para os="ts1">When gcc was configured it was told to find MPFR, GMP, PPL, 101 and CLooG-PPL in /tools. However, when compiling gcc uses these same values 102 for building native helper programs that run on the host. The following sed 103 will change those values to look in cross-tools for the native programs 104 only:</para> 100 <para os="ts1">The following will prevent GCC from looking in the wrong 101 directories for headers and libraries:</para> 105 102 106 103 <screen os="ts2"><userinput>cp Makefile{,.orig} -
BOOK/temp-system/common/ppl.xml
r4261659 r6fcaede 37 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 40 39 --enable-interfaces="c,cxx" \ 40 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 41 41 42 42 <para os="bp1">PPL doesn't check to see if GMP was compiled with support for -
BOOK/temp-system/multilib/ppl.xml
r4261659 r6fcaede 39 39 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 40 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 42 41 --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \ 42 --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/ppc64-chapter.xml
r4261659 r6fcaede 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/> 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/vim.xml"/> 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/xz.xml"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/choose.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/xz.xml"/>42 42 43 43 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.