Changeset 9568bd5 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Jul 22, 2007, 4:10:48 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
00520f6
Parents:
a074923
Message:

Updated Glibc to 2.6 and GCC to 4.2.1.

Location:
BOOK/cross-tools
Files:
1 added
4 edited

Legend:

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

    ra074923 r9568bd5  
    5858    xpointer="xpointer(//*[@os='p8'])"/>
    5959
    60     <para os="a1">The following patch fixes some inline assembler in Glibc:</para>
     60    <para os="a1">The following patch makes sysdep-cancel use one region instead of two:</para>
    6161
    62 <screen os="a2"><userinput>patch -Np1 -i ../&glibc-ioperm_fix-patch;</userinput></screen>
    63 
    64     <para os="a3">The following patch adds sigsuspend_nocancel support to Glibc:</para>
    65 
    66 <screen os="a4"><userinput>patch -Np1 -i ../&glibc-alpha_sigsuspend-patch;</userinput></screen>
     62<screen os="a2"><userinput>patch -Np1 -i ../&glibc-sysdep_cancel-patch;</userinput></screen>
    6763
    6864    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/arm/glibc.xml

    ra074923 r9568bd5  
    6565    href="../common/glibc.xml"
    6666    xpointer="xpointer(//*[@os='p8'])"/>
     67
     68    <para os="ar1">The following patch defines RTLD_SINGLE_THREAD_P for arm.</para>
     69
     70<screen os="ar2"><userinput>patch -Np1 -i ../&glibc-RTLD_SINGLE_THREAD_P-patch;</userinput></screen>
    6771
    6872    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/hppa/glibc.xml

    ra074923 r9568bd5  
    6666    xpointer="xpointer(//*[@os='p8'])"/>
    6767
    68     <para os="p9">This patch adds the TLS reloc numbers so Glibc can compile
     68    <para os="hp1">This patch adds the TLS reloc numbers so Glibc can compile
    6969    with working NPTL support.</para>
    7070
    71 <screen os="p10"><userinput>patch -Np1 -i ../&glibc-hppa_nptl-patch;</userinput></screen>
     71<screen os="hp2"><userinput>patch -Np1 -i ../&glibc-hppa_nptl-patch;</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9999    xpointer="xpointer(//*[@os='h'])"/>
    100100
    101     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    102     href="../common/glibc.xml"
    103     xpointer="xpointer(//*[@os='i'])"/>
     101<screen os="i"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
     102    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     103    ../glibc-&glibc-version;/configure --prefix=/usr \
     104    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     105    --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.9 \
     106    --with-__thread --with-binutils=${CLFS}/cross-tools/bin \
     107    --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
    104108
    105109    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86-chapter.xml

    ra074923 r9568bd5  
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/glibc-headers.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/glibc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
Note: See TracChangeset for help on using the changeset viewer.