Changeset 1440bf8 in clfs-sysroot


Ignore:
Timestamp:
Apr 12, 2009, 2:15:44 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f12c7f6
Parents:
12e6567
Message:

Remove unneccessary lines.

File:
1 edited

Legend:

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

    r12e6567 r1440bf8  
    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"
    27 export CXX="${CLFS_TARGET}-g++"
    28 export AR="${CLFS_TARGET}-ar"
    29 export AS="${CLFS_TARGET}-as"
    30 export RANLIB="${CLFS_TARGET}-ranlib"
    31 export LD="${CLFS_TARGET}-ld"
    32 export STRIP="${CLFS_TARGET}-strip"</userinput></screen>
    33 -->
    3423
    3524  </sect2>
Note: See TracChangeset for help on using the changeset viewer.