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