Ignore:
File:
1 edited

Legend:

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

    r3ed0369 rfa72a755  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>HOST_CC=gcc CC="${CC} \
     39<screen os="b"><userinput>CC_FOR_BUILD=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>
    4355
    4456    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    4961    href="../common/gmp.xml"
    5062    xpointer="xpointer(//*[@os='d'])"/>
    51        
     63
    5264    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5365    href="../common/gmp.xml"
Note: See TracChangeset for help on using the changeset viewer.