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/multilib
Files:
3 edited

Legend:

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

    r51f1397 r07114c98  
    5656
    5757<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    58    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     58   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5959   --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    6060
  • BOOK/cross-tools/multilib/glibc-64bit.xml

    r51f1397 r07114c98  
    7676    xpointer="xpointer(//*[@os='g'])"/>
    7777
    78 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    79     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     78<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     79    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    8080    ../glibc-&glibc-version;/configure --prefix=/tools \
    81     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
     81    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    8282    --disable-profile --enable-add-ons \
    8383    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8989
    9090      <varlistentry os="fa1">
    91         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
     91        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    9292        <listitem>
    9393          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • BOOK/cross-tools/multilib/glibc.xml

    r51f1397 r07114c98  
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \
    74     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     73<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
     74    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    7575    ../glibc-&glibc-version;/configure --prefix=/tools \
    76     --host=${LFS_TARGET32} --build=${LFS_HOST} \
     76    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    7777    --disable-profile --enable-add-ons \
    7878    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8888
    8989      <varlistentry os="ea1">
    90         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term>
     90        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    9191        <listitem>
    9292          <para>Forces Glibc to utilize our target architecture GCC utilizing
Note: See TracChangeset for help on using the changeset viewer.