Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/gcc.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    r89c10a9 r586feb7  
    6262
    6363<screen os="f"><userinput>../gcc-&gcc-version;/configure --prefix=/usr --libexecdir=/usr/lib \
    64     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     64    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    6565    --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    6666    --enable-c99 --enable-long-long --enable-clocale=gnu \
     
    7373    <para os="i">Install the package:</para>
    7474
    75 <screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     75<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    7676
    7777    <para os="k">Some packages expect the C preprocessor to be installed in the
     
    7979    To support those packages, create this symlink:</para>
    8080
    81 <screen os="l"><userinput>ln -sv ../usr/bin/cpp ${LFS}/lib</userinput></screen>
     81<screen os="l"><userinput>ln -sv ../usr/bin/cpp ${CLFS}/lib</userinput></screen>
    8282
    8383    <para os="m">Many packages use the name <command>cc</command> to call the C
    8484    compiler. To satisfy those packages, create a symlink:</para>
    8585
    86 <screen os="o"><userinput>ln -sv gcc ${LFS}/usr/bin/cc</userinput></screen>
     86<screen os="o"><userinput>ln -sv gcc ${CLFS}/usr/bin/cc</userinput></screen>
    8787
    8888  </sect2>
Note: See TracChangeset for help on using the changeset viewer.