Ignore:
Timestamp:
Feb 21, 2006, 1:34:12 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
89bb375
Parents:
4e3e507
Message:

r837@server (orig r835): jim | 2005-12-05 22:59:36 -0800

r946@server: jim | 2005-12-05 22:04:48 -0800
Update to Glibc 20051107. This fix also incorporates a newer glibc package for sparcv8 glibc-ports. This will allow sparcv8 to use the same Glibc as the rest of the builds to keep consistency


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/sparcv8/glibc.xml

    r4e3e507 rb370497  
    99  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>Glibc-&glibc-linuxthreads-version;</title>
     11  <title>Glibc-&glibc-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-glibc">
     
    3131    xpointer="xpointer(//*[@os='l1'])"/>
    3232
    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 ..
     34tar jxvf glibc-ports-&glibc-ports-version;.tar.bz2
     35cd glibc-ports-&glibc-ports-version;
     36mv linuxthreads* ../glibc-&glibc-version;
     37cd ../glibc-&glibc-version;</userinput></screen>
    4638
    4739    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4941    xpointer="xpointer(//*[@os='db'])"/>
    5042
    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'])"/>
    5246
    5347    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6054
    6155    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../../final-system/sparcv8/glibc.xml"
     56    href="../../final-system/sparc/glibc.xml"
    6357    xpointer="xpointer(//*[@os='s1'])"/>
    6458
    6559    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../../final-system/sparcv8/glibc.xml"
     60    href="../../final-system/sparc/glibc.xml"
    6761    xpointer="xpointer(//*[@os='s2'])"/>
    6862
    6963    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7064    href="../../final-system/sparcv8/glibc.xml"
    71     xpointer="xpointer(//*[@os='l5'])"/>
     65    xpointer="xpointer(//*[@os='l3'])"/>
    7266
    7367    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7468    href="../../final-system/sparcv8/glibc.xml"
    75     xpointer="xpointer(//*[@os='l6'])"/>
     69    xpointer="xpointer(//*[@os='l4'])"/>
    7670
    7771    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8781    xpointer="xpointer(//*[@os='g'])"/>
    8882
     83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     84    href="../common/glibc.xml"
     85    xpointer="xpointer(//*[@os='df'])"/>
     86
    8987<screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
    9088    AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
    91     ../glibc-&glibc-linuxthreads-version;/configure --prefix=/tools \
     89    ../glibc-&glibc-version;/configure --prefix=/tools \
    9290    --host=${LFS_TARGET} --build=${LFS_HOST} \
    9391    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
Note: See TracChangeset for help on using the changeset viewer.