Changeset c06227f in clfs-embedded


Ignore:
Timestamp:
May 11, 2007, 12:45:10 PM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
53f8451
Parents:
3457e8b
Message:

Update to uclibc 0.9.29

Location:
BOOK
Files:
5 edited

Legend:

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

    r3457e8b rc06227f  
    7171  xpointer="xpointer(//*[@os='n'])"/>
    7272
    73 <screen os="o"><userinput>make TARGET_ARCH=mips headers</userinput></screen>
     73<screen os="o"><userinput>make headers</userinput></screen>
    7474
    7575  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7777  xpointer="xpointer(//*[@os='p'])"/>
    7878
    79   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    80   href="uclibc.xml"
    81   xpointer="xpointer(//*[@os='q'])"/>
     79  <screen os="1"><userinput>mkdir ${CLFS}/usr/include/bits
     80make PREFIX=${CLFS} install_headers</userinput></screen>
    8281
    8382  </sect2>
  • BOOK/cross-tools/mips/uclibc.xml

    r3457e8b rc06227f  
    8484  xpointer="xpointer(//*[@os='l'])"/>
    8585
    86 <screen os="m"><userinput>make TARGET_ARCH=mips oldconfig</userinput></screen>
     86<screen os="m"><userinput>make oldconfig</userinput></screen>
    8787
    8888  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9090  xpointer="xpointer(//*[@os='n'])"/>
    9191
    92 <screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=mips</userinput></screen>
     92<screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen>
    9393
    9494  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/uclibc-headers.xml

    r3457e8b rc06227f  
    7474  xpointer="xpointer(//*[@os='n'])"/>
    7575
    76 <screen os="o"><userinput>make TARGET_ARCH=i386 headers</userinput></screen>
     76<screen os="o"><userinput>make headers</userinput></screen>
    7777
    7878  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8080  xpointer="xpointer(//*[@os='p'])"/>
    8181
    82 <screen os="1"><userinput>make PREFIX=${CLFS} install_dev</userinput></screen>
     82<screen os="1"><userinput>mkdir ${CLFS}/usr/include/bits
     83make PREFIX=${CLFS} install_headers</userinput></screen>
    8384
    8485  </sect2>
  • BOOK/cross-tools/x86/uclibc.xml

    r3457e8b rc06227f  
    7878    that we didn't miss and dependencies:</para>
    7979
    80 <screen os="m"><userinput>make TARGET_ARCH=i386 oldconfig</userinput></screen>
     80<screen os="m"><userinput>make oldconfig</userinput></screen>
    8181
    8282    <para os="n">Compile the package:</para>
    8383
    84 <screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=i386</userinput></screen>
     84<screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen>
    8585
    8686    <para os="p">Install the package:</para>
  • BOOK/packages.ent

    r3457e8b rc06227f  
    5555<!ENTITY linux-headers-home "http://headers.cross-lfs.org">
    5656
    57 <!ENTITY uclibc-version "snapshot">
    58 <!ENTITY uclibc-size "3,450 KB">
     57<!ENTITY uclibc-version "0.9.29">
     58<!ENTITY uclibc-size "2092 KB">
    5959<!ENTITY uclibc-url "http://www.uclibc.org/downloads/uClibc-&uclibc-version;.tar.bz2">
    60 <!ENTITY uclibc-md5 "NOT AVAILABLE">
     60<!ENTITY uclibc-md5 "61dc55f43b17a38a074f347e74095b20">
    6161<!ENTITY uclibc-home "http://uclibc.org/">
    6262
Note: See TracChangeset for help on using the changeset viewer.