Changeset 04997ab in clfs-embedded for BOOK/final-system


Ignore:
Timestamp:
Feb 14, 2007, 11:22:26 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
ae2566a
Parents:
0602db2
Message:

Fixed busybox, all variables are required for install in the make line

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r0602db2 r04997ab  
    7272    xpointer="xpointer(//*[@os='h'])"/>
    7373
    74 <screen os="i"><userinput>make ARCH=mips PREFIX="${CLFS}" install</userinput></screen>
     74<screen os="i"><userinput>make ARCH=mips CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" PREFIX="${CLFS}" install</userinput></screen>
    7575
    7676    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86/busybox.xml

    r0602db2 r04997ab  
    8181    <para os="h">Install the package:</para>
    8282
    83 <screen os="i"><userinput>make ARCH=i386 PREFIX="${CLFS}" install</userinput></screen>
     83<screen os="i"><userinput>make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" PREFIX="${CLFS}" install</userinput></screen>
    8484
    8585    <para os="j">If your going to build your kernel with modules, you will need to make
Note: See TracChangeset for help on using the changeset viewer.