Changeset f540eb0 in clfs-embedded


Ignore:
Timestamp:
Feb 3, 2007, 12:28:00 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
d7ce4b8
Parents:
c149470
Message:

Updated for Current uClibc snapshot

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

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

    rc149470 rf540eb0  
    8181  xpointer="xpointer(//*[@os='q'])"/>
    8282
    83   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    84   href="uclibc.xml"
    85   xpointer="xpointer(//*[@os='r'])"/>
    86 
    87   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    88   href="../x86/uclibc-headers.xml"
    89   xpointer="xpointer(//*[@os='s'])"/>
    90 
    9183  </sect2>
    9284
  • BOOK/cross-tools/mips/uclibc.xml

    rc149470 rf540eb0  
    105105  xpointer="xpointer(//*[@os='q'])"/>
    106106
    107   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    108   href="../x86/uclibc.xml"
    109   xpointer="xpointer(//*[@os='r'])"/>
    110 
    111   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    112   href="../x86/uclibc.xml"
    113   xpointer="xpointer(//*[@os='s'])"/>
    114 
    115107  </sect2>
    116108
  • BOOK/cross-tools/x86/uclibc-headers.xml

    rc149470 rf540eb0  
    8080  xpointer="xpointer(//*[@os='p'])"/>
    8181
    82   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    83   href="uclibc.xml"
    84   xpointer="xpointer(//*[@os='q'])"/>
    85 
    86   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    87   href="uclibc.xml"
    88   xpointer="xpointer(//*[@os='r'])"/>
    89 
    90 <screen os="s"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen>
     82<screen os="1"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen>
    9183
    9284  </sect2>
  • BOOK/cross-tools/x86/uclibc.xml

    rc149470 rf540eb0  
    8484<screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=i386</userinput></screen>
    8585
    86    <para os="p">The uClibc build system creates symlinks in its
    87    <filename class="directory">include</filename> directory pointing to
    88    ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para>
     86    <para os="p">Install the package:</para>
    8987
    90 <screen os="q"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>
    91 
    92     <para os="r">Install the package:</para>
    93 
    94 <screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen>
     88<screen os="q"><userinput>make PREFIX=${CLFS} install</userinput></screen>
    9589
    9690  </sect2>
Note: See TracChangeset for help on using the changeset viewer.