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/common/glibc.xml

    r51f1397 r07114c98  
    6565    xpointer="xpointer(//*[@os='g'])"/>
    6666
    67 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
    68     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     67<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
     68    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    6969    ../glibc-&glibc-version;/configure --prefix=/tools \
    70     --host=${LFS_TARGET} --build=${LFS_HOST} \
     70    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7171    --disable-profile --enable-add-ons \
    7272    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8686
    8787      <varlistentry os="dg2">
    88         <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
     88        <term><parameter>CC="${CLFS_TARGET}-gcc"</parameter></term>
    8989        <listitem>
    9090          <para>This forces Glibc to use the GCC compiler that we made for our target
     
    9494
    9595      <varlistentry os="dg3">
    96         <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
     96        <term><parameter>AR="${CLFS_TARGET}-ar"</parameter></term>
    9797        <listitem>
    9898          <para>This forces Glibc to use the <command>ar</command> utility
     
    102102
    103103      <varlistentry os="dg4">
    104         <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
     104        <term><parameter>RANLIB="${CLFS_TARGET}-ranlib"</parameter></term>
    105105        <listitem>
    106106          <para>This forces Glibc to use the <command>ranlib</command> utility
Note: See TracChangeset for help on using the changeset viewer.