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/cross-tools/64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/binutils.xml

    r51f1397 r07114c98  
    4848
    4949<screen os="ca"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    50    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     50   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5151   --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5252
  • BOOK/cross-tools/64/glibc.xml

    r51f1397 r07114c98  
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    74     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     73<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     74    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    7575    ../glibc-&glibc-version;/configure --prefix=/tools \
    76     --host=${LFS_TARGET} --build=${LFS_HOST} \
     76    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7777    --disable-profile --enable-add-ons \
    7878    --with-tls --enable-kernel=2.6.0 --with-__thread \
Note: See TracChangeset for help on using the changeset viewer.