Ignore:
Timestamp:
Dec 1, 2006, 10:01:27 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7e7dd39
Parents:
e48d8c9
Message:

Text Updates for Procps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/procps.xml

    re48d8c9 rf042859  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>make CC="gcc ${BUILD32}"</userinput></screen>
     29<screen os="b"><userinput>make CC="gcc ${BUILD32}" m64=""</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3737    xpointer="xpointer(//*[@os='d'])"/>
    3838
    39 <screen os="f"><userinput>make install lib64=lib</userinput></screen>
     39<screen os="e"><userinput>make install lib64=lib</userinput></screen>
    4040
    4141    <variablelist os="f">
     
    4343
    4444      <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>
    4654        <listitem>
    4755          <para>The <filename>Makefile</filename> for this package goes to some
    4856          lengths to build as 64-bit if at all possible. In CLFS we build each
    4957          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>
    5159        </listitem>
    5260      </varlistentry>
    5361
    54       <varlistentry os="f2">
     62      <varlistentry os="f3">
    5563        <term><parameter>lib64=lib</parameter></term>
    5664        <listitem>
Note: See TracChangeset for help on using the changeset viewer.