Changeset 128905d in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Jan 25, 2009, 1:41:00 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
3139927
Parents:
6533111
Message:

Fix Validation Errors

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/uclibc.xml

    r6533111 r128905d  
    3535  href="../x86/uclibc.xml"
    3636  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'])"/>
    4537
    4638  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/arm/variables.xml

    r6533111 r128905d  
    2828
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30   href="../x86/variables.xml"
     30  href="../mips/variables.xml"
    3131  xpointer="xpointer(//*[@os='e1'])"/>
    3232
  • BOOK/cross-tools/mips/uclibc.xml

    r6533111 r128905d  
    3636  href="../x86/uclibc.xml"
    3737  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'])"/>
    4638
    4739  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/uclibc.xml

    r6533111 r128905d  
    3434      do a more custom build for your uClibc installation.</para>
    3535    </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>
    4136
    4237    <para os="f">Create the default configuration:</para>
Note: See TracChangeset for help on using the changeset viewer.