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/temp-system/64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    r51f1397 r07114c98  
    4545<screen os="j"><userinput>CC="${CC} ${BUILD64}" \
    4646     ../binutils-&binutils-version;/configure --prefix=/tools \
    47      --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     47     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4848     --disable-nls --enable-shared --enable-64-bit-bfd \
    4949     --disable-multilib</userinput></screen>
  • BOOK/temp-system/64/ncurses.xml

    r51f1397 r07114c98  
    2828
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    30    ./configure --prefix=/tools --with-shared --build=${LFS_HOST} \
    31    --host=${LFS_TARGET} --without-debug --without-ada \
     30   ./configure --prefix=/tools --with-shared --build=${CLFS_HOST} \
     31   --host=${CLFS_TARGET} --without-debug --without-ada \
    3232   --enable-overwrite --with-build-cc=gcc</userinput></screen>
    3333
Note: See TracChangeset for help on using the changeset viewer.