Changeset efb33c9 in clfs-sysroot for BOOK/cross-tools


Ignore:
Timestamp:
Jan 3, 2009, 4:54:12 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7d57b83
Parents:
cf77be8
Message:

Add a patch to glibc on arm that fixes a compilation error.

Location:
BOOK/cross-tools
Files:
2 edited

Legend:

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

    rcf77be8 refb33c9  
    5858    xpointer="xpointer(//*[@os='p6'])"/>
    5959
    60 <!--
    61     <para os="ar1">The following patch defines RTLD_SINGLE_THREAD_P for arm.</para>
     60    <para os="ar1">The following patch fixes a compilation error because of a
     61    missing include:</para>
    6262
    63 <screen os="ar2"><userinput>patch -Np1 -i ../&glibc-RTLD_SINGLE_THREAD_P-patch;</userinput></screen>
    64 -->
     63<screen os="ar2"><userinput>patch -Np1 -i ../&glibc-nptl_lowlevellock-patch;</userinput></screen>
    6564
    6665    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    rcf77be8 refb33c9  
    4444    xpointer="xpointer(//*[@os='e'])"/>
    4545
    46 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    47     --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \
    48     --with-sysroot=${CLFS} --disable-nls --disable-shared \
    49     --enable-languages=c</userinput></screen>
     46<screen os="ae"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
     47    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     48    --disable-multilib --with-sysroot=${CLFS} --disable-nls \
     49    --without-headers --with-newlib --disable-decimal-float \
     50    --disable-libgomp --disable-libmudflap --disable-libssp \
     51    --disable-shared --disable-threads --enable-languages=c</userinput></screen>
    5052
    5153    <variablelist os="af">
     
    8082    <para os="ag">Continue with compiling the package:</para>
    8183
    82 <screen os="ah"><userinput>make all-gcc</userinput></screen>
     84<screen os="ah"><userinput>make</userinput></screen>
    8385
    8486    <para os="ai">Install the package:</para>
    8587
    86 <screen os="aj"><userinput>make install-gcc</userinput></screen>
     88<screen os="aj"><userinput>make install</userinput></screen>
    8789
    8890  </sect2>
Note: See TracChangeset for help on using the changeset viewer.