Changeset b370497 for BOOK/cross-tools/sparcv8
- Timestamp:
- Feb 21, 2006, 1:34:12 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:
- 89bb375
- Parents:
- 4e3e507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/sparcv8/glibc.xml
r4e3e507 rb370497 9 9 <?dbhtml filename="glibc.html"?> 10 10 11 <title>Glibc-&glibc- linuxthreads-version;</title>11 <title>Glibc-&glibc-version;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-glibc"> … … 31 31 xpointer="xpointer(//*[@os='l1'])"/> 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../../final-system/sparcv8/glibc.xml" 35 xpointer="xpointer(//*[@os='l2'])"/> 36 37 <para os="l3">If you require libidn support, you can add it 38 by unpacking <filename>glibc-libidn-&glibc-linuxthreads-version;</filename> 39 tarball from within the <filename class="directory">glibc-&glibc-linuxthreads-version;</filename> 40 directory. If you use libidn here, you will also need to build it during 41 the final-system build.</para> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../../final-system/sparcv8/glibc.xml" 45 xpointer="xpointer(//*[@os='l4'])"/> 33 <screen os="l2"><userinput>cd .. 34 tar jxvf glibc-ports-&glibc-ports-version;.tar.bz2 35 cd glibc-ports-&glibc-ports-version; 36 mv linuxthreads* ../glibc-&glibc-version; 37 cd ../glibc-&glibc-version;</userinput></screen> 46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 49 41 xpointer="xpointer(//*[@os='db'])"/> 50 42 51 <screen os="dc"><userinput>patch -Np1 -i ../&glibc-linuxthreads-libgcc_eh-patch;</userinput></screen> 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/glibc.xml" 45 xpointer="xpointer(//*[@os='dc'])"/> 52 46 53 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 60 54 61 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../../final-system/sparc v8/glibc.xml"56 href="../../final-system/sparc/glibc.xml" 63 57 xpointer="xpointer(//*[@os='s1'])"/> 64 58 65 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../../final-system/sparc v8/glibc.xml"60 href="../../final-system/sparc/glibc.xml" 67 61 xpointer="xpointer(//*[@os='s2'])"/> 68 62 69 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 64 href="../../final-system/sparcv8/glibc.xml" 71 xpointer="xpointer(//*[@os='l 5'])"/>65 xpointer="xpointer(//*[@os='l3'])"/> 72 66 73 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 68 href="../../final-system/sparcv8/glibc.xml" 75 xpointer="xpointer(//*[@os='l 6'])"/>69 xpointer="xpointer(//*[@os='l4'])"/> 76 70 77 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 87 81 xpointer="xpointer(//*[@os='g'])"/> 88 82 83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 84 href="../common/glibc.xml" 85 xpointer="xpointer(//*[@os='df'])"/> 86 89 87 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \ 90 88 AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ 91 ../glibc-&glibc- linuxthreads-version;/configure --prefix=/tools \89 ../glibc-&glibc-version;/configure --prefix=/tools \ 92 90 --host=${LFS_TARGET} --build=${LFS_HOST} \ 93 91 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
Note:
See TracChangeset
for help on using the changeset viewer.