- Timestamp:
- Dec 1, 2006, 10:01:27 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7e7dd39
- Parents:
- e48d8c9
- Location:
- BOOK/final-system/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/procps-64bit.xml
re48d8c9 rf042859 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>make CC="gcc ${BUILD64}" </userinput></screen>28 <screen os="b"><userinput>make CC="gcc ${BUILD64}" m64=""</userinput></screen> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 38 38 <screen os="e"><userinput>make install lib64=lib64</userinput></screen> 39 39 40 <variablelist os="f"> 41 <title>The meaning of the make and install options:</title> 42 43 <varlistentry os="f1"> 44 <term><parameter>CC="gcc ${BUILD64}"</parameter></term> 45 <listitem> 46 <para>This allows us to compile using our gcc with our 47 options lists in ${BUILD64} variable.</para> 48 </listitem> 49 </varlistentry> 50 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 href="../multilib/procps.xml" 53 xpointer="xpointer(//*[@os='f2'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../multilib/procps.xml" 57 xpointer="xpointer(//*[@os='f3'])"/> 58 59 </variablelist> 60 40 61 </sect2> 41 62 -
BOOK/final-system/multilib/procps-n32.xml
re48d8c9 rf042859 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>make CC="gcc ${BUILDN32}" </userinput></screen>29 <screen os="b"><userinput>make CC="gcc ${BUILDN32}" m64=""</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 37 37 xpointer="xpointer(//*[@os='d'])"/> 38 38 39 39 40 <screen os="e"><userinput>make install lib64=lib32</userinput></screen> 41 42 <variablelist os="f"> 43 <title>The meaning of the make and install options:</title> 44 45 <varlistentry os="f1"> 46 <term><parameter>CC="gcc ${BUILDN32}"</parameter></term> 47 <listitem> 48 <para>This allows us to compile using our gcc with our 49 options lists in ${BUILDN32} variable.</para> 50 </listitem> 51 </varlistentry> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../multilib/procps.xml" 55 xpointer="xpointer(//*[@os='f2'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../multilib/procps.xml" 59 xpointer="xpointer(//*[@os='f3'])"/> 60 61 </variablelist> 40 62 41 63 </sect2> -
BOOK/final-system/multilib/procps.xml
re48d8c9 rf042859 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>make CC="gcc ${BUILD32}" </userinput></screen>29 <screen os="b"><userinput>make CC="gcc ${BUILD32}" m64=""</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 37 37 xpointer="xpointer(//*[@os='d'])"/> 38 38 39 <screen os=" f"><userinput>make install lib64=lib</userinput></screen>39 <screen os="e"><userinput>make install lib64=lib</userinput></screen> 40 40 41 41 <variablelist os="f"> … … 43 43 44 44 <varlistentry os="f1"> 45 <term><parameter>m64=${BUILD32}</parameter></term> 45 <term><parameter>CC="gcc ${BUILD32}"</parameter></term> 46 <listitem> 47 <para>This allows us to compile using our gcc with our 48 options lists in ${BUILD32} variable.</para> 49 </listitem> 50 </varlistentry> 51 52 <varlistentry os="f2"> 53 <term><parameter>m64=""</parameter></term> 46 54 <listitem> 47 55 <para>The <filename>Makefile</filename> for this package goes to some 48 56 lengths to build as 64-bit if at all possible. In CLFS we build each 49 57 library for each available ABI. Overriding the m64 option enables us 50 to specify the build options we want for it.</para>58 ignore this completely.</para> 51 59 </listitem> 52 60 </varlistentry> 53 61 54 <varlistentry os="f 2">62 <varlistentry os="f3"> 55 63 <term><parameter>lib64=lib</parameter></term> 56 64 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.