Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/gmp.xml

    rfa72a755 r3ed0369  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} \
     39<screen os="b"><userinput>HOST_CC=gcc CC="${CC} \
    4040    ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
    4141    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4242    --libdir=/tools/lib64 --enable-cxx</userinput></screen>
    43 
    44     <variablelist os="ba">
    45       <title>The meaning of the new configure option:</title>
    46 
    47       <varlistentry>
    48         <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    49         <listitem>
    50           <para>Tells the compiler to use our 64-bit build flags.</para>
    51         </listitem>
    52       </varlistentry>
    53 
    54     </variablelist>
    5543
    5644    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6149    href="../common/gmp.xml"
    6250    xpointer="xpointer(//*[@os='d'])"/>
    63 
     51       
    6452    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6553    href="../common/gmp.xml"
Note: See TracChangeset for help on using the changeset viewer.