Ignore:
Timestamp:
Jul 1, 2006, 12:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
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
  • cross-tools/x86/gcc-final.xml

    r2ce8e8a r9cb6b64  
    9494
    9595<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    96     --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \
     96    --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \
    9797    --with-local-prefix=/tools --disable-nls --enable-shared \
    9898    --enable-languages=c,c++ --enable-__cxa_atexit \
     
    145145    <para os="bh">Continue with compiling the package:</para>
    146146
    147 <screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
    148     LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
     147<screen os="bi"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \
     148    LD_FOR_TARGET="${CLFS_TARGET}-ld"</userinput></screen>
    149149
    150150    <para os="bj">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.