Changeset 128905d in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Jan 25, 2009, 1:41:00 AM (16 years ago)
- Branches:
- master
- Children:
- 3139927
- Parents:
- 6533111
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/uclibc.xml
r6533111 r128905d 35 35 href="../x86/uclibc.xml" 36 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'])"/>45 37 46 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/arm/variables.xml
r6533111 r128905d 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../ x86/variables.xml"30 href="../mips/variables.xml" 31 31 xpointer="xpointer(//*[@os='e1'])"/> 32 32 -
BOOK/cross-tools/mips/uclibc.xml
r6533111 r128905d 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'])"/>46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/uclibc.xml
r6533111 r128905d 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 that38 the struct flock will not be redefined:</para>39 40 <screen os="p2"><userinput>patch -Np1 -i ../&uclibc-flock_fixes-patch;</userinput></screen>41 36 42 37 <para os="f">Create the default configuration:</para>
Note:
See TracChangeset
for help on using the changeset viewer.