Changeset 2567553 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 8, 2008, 8:24:32 AM (16 years ago)
- Branches:
- master
- Children:
- 3c8eaa6
- Parents:
- e2fbc29
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/uclibc.xml
re2fbc29 r2567553 28 28 architecture:</para> 29 29 30 <screen os="b"><userinput> 31 cp extra/Configs/Config.arm extra/Configs/Config.arm.orig 30 <screen os="b"><userinput>cp extra/Configs/Config.arm extra/Configs/Config.arm.orig 32 31 sed -e "/default/s:OABI:EABI:" \ 33 32 extra/Configs/Config.arm.orig > extra/Configs/Config.arm</userinput></screen> … … 36 35 href="../x86/uclibc.xml" 37 36 xpointer="xpointer(//*[@os='e'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../x86/uclibc.xml" 40 xpointer="xpointer(//*[@os='p1'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../x86/uclibc.xml" 44 xpointer="xpointer(//*[@os='p2'])"/> 38 45 39 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips/uclibc.xml
re2fbc29 r2567553 36 36 href="../x86/uclibc.xml" 37 37 xpointer="xpointer(//*[@os='e'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../x86/uclibc.xml" 41 xpointer="xpointer(//*[@os='p1'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../x86/uclibc.xml" 45 xpointer="xpointer(//*[@os='p2'])"/> 38 46 39 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/uclibc.xml
re2fbc29 r2567553 34 34 do a more custom build for your uClibc installation.</para> 35 35 </note> 36 37 <para os="p1">The following patch creates a condition in a header so that 38 the struct flock will not be redefined:</para> 39 40 <screen os="p2"><userinput>patch -Np1 -i ../&uclibc-flock_fixes-patch;</userinput></screen> 36 41 37 42 <para os="f">Create the default configuration:</para>
Note:
See TracChangeset
for help on using the changeset viewer.