Changeset 07114c98 for BOOK/boot/mips


Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
95112ed
Parents:
51f1397
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


Location:
BOOK/boot/mips
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/colo-build.xml

    r51f1397 r07114c98  
    3434make CC=gcc
    3535cd ../..
    36 make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
     36make CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/mips/kernel.xml

    r51f1397 r07114c98  
    6767    xpointer="xpointer(//*[@os='ae'])"/>
    6868
    69 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     69<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7373    xpointer="xpointer(//*[@os='m'])"/>
    7474
    75 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     75<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9191    xpointer="xpointer(//*[@os='s'])"/>
    9292
    93 <screen><userinput>make ARCH=mips CROSS_COMPILE=${LFS_TARGET)- \
     93<screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET)- \
    9494   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
Note: See TracChangeset for help on using the changeset viewer.