Changeset 0e9e889 in clfs-embedded for BOOK/final-system/common/busybox.xml


Ignore:
Timestamp:
Jan 25, 2009, 12:59:04 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
c1f3dad
Parents:
86679e2
Message:

Starting Busybox Updates

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    r86679e2 r0e9e889  
    3030    <title>Installation of Busybox</title>
    3131
    32     <para os="p1">The following patch fixes some issues that are related to the
    33     headers we are using:</para>
     32    <para os="p1">The following patch contains a number of updates to the
     33    &busybox-version; branch by the Busybox developers:</para>
    3434
    35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
    36 
    37     <para os="p3">The following patch corrects some includes in
    38     <filename>iptunnel.c</filename> to be compatible with the sanatized
    39     kernel headers installed earlier:</para>
    40 
    41 <screen os="p4"><userinput>patch -Np1 -i ../&busybox-iptunnel_headers-patch;</userinput></screen>
     35<screen os="p2"><userinput>patch -Np1 -i ../&busybox-branch_update-patch;</userinput></screen>
    4236
    4337    <para os="a">Create the default configuration:</para>
     
    7771    <para os="f">Compile the package:</para>
    7872
    79 <screen os="g"><userinput>make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>
     73<screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>
    8074
    8175    <para os="h">Install the package:</para>
    8276
    83 <screen os="i"><userinput>make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \
     77<screen os="i"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \
    8478    CONFIG_PREFIX="${CLFS}" install</userinput></screen>
    8579
Note: See TracChangeset for help on using the changeset viewer.