Changeset efb33c9 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Jan 3, 2009, 4:54:12 PM (16 years ago)
- Branches:
- master
- Children:
- 7d57b83
- Parents:
- cf77be8
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc.xml
rcf77be8 refb33c9 58 58 xpointer="xpointer(//*[@os='p6'])"/> 59 59 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> 62 62 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> 65 64 66 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rcf77be8 refb33c9 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 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> 50 52 51 53 <variablelist os="af"> … … 80 82 <para os="ag">Continue with compiling the package:</para> 81 83 82 <screen os="ah"><userinput>make all-gcc</userinput></screen>84 <screen os="ah"><userinput>make</userinput></screen> 83 85 84 86 <para os="ai">Install the package:</para> 85 87 86 <screen os="aj"><userinput>make install -gcc</userinput></screen>88 <screen os="aj"><userinput>make install</userinput></screen> 87 89 88 90 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.