Changeset 2567553 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Nov 8, 2008, 8:24:32 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3c8eaa6
Parents:
e2fbc29
Message:

Updated Busybox to 1.12.1.
Patched uClibc so struct flock doesn't get redefined.

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    re2fbc29 r2567553  
    2828    architecture:</para>
    2929
    30 <screen os="b"><userinput>
    31 cp extra/Configs/Config.arm extra/Configs/Config.arm.orig
     30<screen os="b"><userinput>cp extra/Configs/Config.arm extra/Configs/Config.arm.orig
    3231sed -e "/default/s:OABI:EABI:" \
    3332   extra/Configs/Config.arm.orig > extra/Configs/Config.arm</userinput></screen>
     
    3635  href="../x86/uclibc.xml"
    3736  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'])"/>
    3845
    3946  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/mips/uclibc.xml

    re2fbc29 r2567553  
    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'])"/>
    3846
    3947  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/uclibc.xml

    re2fbc29 r2567553  
    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>
    3641
    3742    <para os="f">Create the default configuration:</para>
Note: See TracChangeset for help on using the changeset viewer.