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


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/ppc64/glibc-64bit.xml

    r51f1397 r07114c98  
    8585    xpointer="xpointer(//*[@os='g'])"/>
    8686
    87 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    88     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     87<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     88    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    8989    ../glibc-&glibc-version;/configure --prefix=/tools \
    90     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
     90    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    9191    --disable-profile --enable-add-ons \
    9292    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    9898
    9999      <varlistentry os="fa1">
    100         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
     100        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    101101        <listitem>
    102102          <para>Forces Glibc to utilize our target architecture GCC utilizing
Note: See TracChangeset for help on using the changeset viewer.