- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/gmp.xml
r3ed0369 rfa72a755 37 37 xpointer="xpointer(//*[@os='a'])"/> 38 38 39 <screen os="b"><userinput> HOST_CC=gcc CC="${CC} \39 <screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} \ 40 40 ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \ 41 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 42 --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> 43 55 44 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 49 61 href="../common/gmp.xml" 50 62 xpointer="xpointer(//*[@os='d'])"/> 51 63 52 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 65 href="../common/gmp.xml"
Note:
See TracChangeset
for help on using the changeset viewer.