Changeset 9568bd5 in clfs-sysroot for BOOK/cross-tools/hppa/glibc.xml


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.