Changeset 12e6567 in clfs-sysroot for BOOK/final-system/common/gmp.xml


Ignore:
Timestamp:
Apr 12, 2009, 2:13:25 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
1440bf8
Parents:
4facf43
Message:

Added a sysroot wrapper.
Updated the build variables section of the book, each package uses its own.

File:
1 edited

Legend:

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

    r4facf43 r12e6567  
    2121    <para>GMP is a library for arithmetic on arbitrary precision integers,
    2222    rational numbers, and floating-point numbers.</para>
     23<!--
     24    <para>This package requires compiler variables to be set for the target in the enviornment.</para>
     25
     26<screen><userinput>export CC="${CLFS_TARGET}-gcc"
     27export CXX="${CLFS_TARGET}-g++"
     28export AR="${CLFS_TARGET}-ar"
     29export AS="${CLFS_TARGET}-as"
     30export RANLIB="${CLFS_TARGET}-ranlib"
     31export LD="${CLFS_TARGET}-ld"
     32export STRIP="${CLFS_TARGET}-strip"</userinput></screen>
     33-->
    2334
    2435  </sect2>
     36
     37  &env-target;
    2538
    2639  <sect2 role="installation">
Note: See TracChangeset for help on using the changeset viewer.