Changeset 3349

Show
Ignore:
Timestamp:
02/03/07 20:28:00 (2 years ago)
Author:
jim
Message:

Updated for Current uClibc snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-embedded/BOOK/cross-tools/mips/uclibc-headers.xml

    r3126 r3349  
    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 
  • branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml

    r3068 r3349  
    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 
  • branches/clfs-embedded/BOOK/cross-tools/x86/uclibc-headers.xml

    r3336 r3349  
    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> 
  • branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml

    r3336 r3349  
    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>