Changeset 07114c98 for BOOK/boot/ppc64


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/ppc64
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/e2fsprogs.xml

    r51f1397 r07114c98  
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    5757--enable-elf-shlibs --disable-evms \
    58 --build=${LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
     58--build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/kernel.xml

    r51f1397 r07114c98  
    6363    xpointer="xpointer(//*[@os='ae'])"/>
    6464
    65 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen>
     65<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6969    xpointer="xpointer(//*[@os='m'])"/>
    7070
    71 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
     71<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8787    xpointer="xpointer(//*[@os='s'])"/>
    8888
    89 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- \
     89<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \
    9090   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9191
  • BOOK/boot/ppc64/mktemp.xml

    r51f1397 r07114c98  
    4343
    4444<screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --with-libc\
    45     --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     45    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/yaboot-build.xml

    r51f1397 r07114c98  
    5757sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
    5858            -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \
    59             -e "s/\(strip \)/${LFS_TARGET}-\1/" \
     59            -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
    6060            -e 's/-o root -g root//' \
    6161    Makefile.orig > Makefile</userinput></screen>
     
    6565    xpointer="xpointer(//*[@os='g'])"/>
    6666
    67 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${LFS_TARGET}-</userinput></screen>
     67<screen><userinput>CFLAGS=${BUILD32} make CROSS=${CLFS_TARGET}-</userinput></screen>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7575    xpointer="xpointer(//*[@os='j0'])"/>
    7676
    77 <screen><userinput>make CROSS=${LFS_TARGET}- ROOT=/tools PREFIX= install 2&gt;&amp;1 | tee instlog</userinput></screen>
     77<screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2&gt;&amp;1 | tee instlog</userinput></screen>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.