Changeset 9568bd5 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Jul 22, 2007, 4:10:48 PM (17 years ago)
- Branches:
- master
- Children:
- 00520f6
- Parents:
- a074923
- Location:
- BOOK/cross-tools
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc.xml
ra074923 r9568bd5 58 58 xpointer="xpointer(//*[@os='p8'])"/> 59 59 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> 61 61 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> 67 63 68 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/arm/glibc.xml
ra074923 r9568bd5 65 65 href="../common/glibc.xml" 66 66 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> 67 71 68 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/hppa/glibc.xml
ra074923 r9568bd5 66 66 xpointer="xpointer(//*[@os='p8'])"/> 67 67 68 <para os=" p9">This patch adds the TLS reloc numbers so Glibc can compile68 <para os="hp1">This patch adds the TLS reloc numbers so Glibc can compile 69 69 with working NPTL support.</para> 70 70 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> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 99 99 xpointer="xpointer(//*[@os='h'])"/> 100 100 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> 104 108 105 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86-chapter.xml
ra074923 r9568bd5 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/glibc-headers.xml"/> 20 20 <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"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.