Changeset 9568bd5 in clfs-sysroot for BOOK/cross-tools/hppa
- Timestamp:
- Jul 22, 2007, 4:10:48 PM (17 years ago)
- Branches:
- master
- Children:
- 00520f6
- Parents:
- a074923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.