Changeset 0b637f1 for BOOK/cross-tools
- Timestamp:
- Feb 21, 2006, 2:26:47 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- eb55250
- Parents:
- 0f46747
- Location:
- BOOK/cross-tools
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/sparc/binutils.xml
r0f46747 r0b637f1 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 28 29 <para os="ba">To make sure that the proper syntax is used for a couple of 30 tools, apply the following patch:</para> 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/binutils.xml" 31 xpointer="xpointer(//*[@os='ba'])"/> 31 32 32 <screen os="bb"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/binutils.xml" 35 xpointer="xpointer(//*[@os='bb'])"/> 33 36 34 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparcv8/glibc.xml
r0f46747 r0b637f1 32 32 33 33 <screen os="l2"><userinput>cd .. 34 tar jxvf glibc-ports-&glibc-ports-version;.tar.bz234 tar -jxvf glibc-ports-&glibc-ports-version;.tar.bz2 35 35 cd glibc-ports-&glibc-ports-version; 36 mv linuxthreads* ../glibc-&glibc-version;36 mv -v linuxthreads* ../glibc-&glibc-version; 37 37 cd ../glibc-&glibc-version;</userinput></screen> 38 38 -
BOOK/cross-tools/x86/gcc-final.xml
r0f46747 r0b637f1 66 66 so it doesn't pick up the host's header files:</para> 67 67 68 <screen os="be"><userinput>cp configure{,.orig}68 <screen os="be"><userinput>cp -v configure{,.orig} 69 69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen> 70 70 -
BOOK/cross-tools/x86/gcc-static.xml
r0f46747 r0b637f1 51 51 include search path to use <filename class="directory">/tools</filename> only:</para> 52 52 53 <screen os="aj"><userinput>cp gcc/Makefile.in{,.orig}53 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 54 54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 55 55 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> -
BOOK/cross-tools/x86_64/gcc-final.xml
r0f46747 r0b637f1 66 66 so wrong architecture libraries are not picked up as -B is not expanded by the multilib spec.:</para> 67 67 68 <screen os="be"><userinput>cp configure{,.orig}68 <screen os="be"><userinput>cp -v configure{,.orig} 69 69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen> 70 70 -
BOOK/cross-tools/x86_64/gcc-static.xml
r0f46747 r0b637f1 89 89 xpointer="xpointer(//*[@os='am'])"/> 90 90 91 <para>Continue with compiling the package:</para> 91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 92 href="../x86/gcc-static.xml" 93 xpointer="xpointer(//*[@os='an'])"/> 92 94 93 <screen><userinput>make all-gcc</userinput></screen> 95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 href="../x86/gcc-static.xml" 97 xpointer="xpointer(//*[@os='ao'])"/> 94 98 95 <para>Install the package:</para> 99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 href="../x86/gcc-static.xml" 101 xpointer="xpointer(//*[@os='ap'])"/> 96 102 97 <screen><userinput>make install-gcc</userinput></screen> 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 href="../x86/gcc-static.xml" 105 xpointer="xpointer(//*[@os='aq'])"/> 98 106 99 107 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.