Changeset c06227f in clfs-embedded for BOOK/cross-tools/x86


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/cross-tools/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.