Changeset 3eaa352a for BOOK/cross-tools


Ignore:
Timestamp:
Jan 8, 2014, 8:30:09 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3a5852f
Parents:
eaeba4b5
Message:

Binutils does not need configure-host

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils-32.xml

    reaeba4b5 r3eaa352a  
    113113    <para os="be">Compile the package:</para>
    114114
    115 <screen os="bf"><userinput>make configure-host
    116 make</userinput></screen>
    117 
    118     <variablelist os="bg">
    119       <title>The meaning of the make options:</title>
    120 
    121       <varlistentry os="bg1">
    122         <term><parameter>configure-host</parameter></term>
    123         <listitem>
    124           <para>This checks the host environment and makes sure all the
    125           necessary tools are available to compile Binutils.</para>
    126         </listitem>
    127       </varlistentry>
    128 
    129     </variablelist>
     115<screen os="bf"><userinput>make</userinput></screen>
    130116
    131117    <para os="bh">Install the package:</para>
  • BOOK/cross-tools/common/binutils.xml

    reaeba4b5 r3eaa352a  
    120120    <para os="be">Compile the package:</para>
    121121
    122 <screen os="bf"><userinput>make configure-host
    123 make</userinput></screen>
    124 
    125     <variablelist os="bg">
    126       <title>The meaning of the make options:</title>
    127 
    128       <varlistentry os="bg1">
    129         <term><parameter>configure-host</parameter></term>
    130         <listitem>
    131           <para>This checks the host environment and makes sure all the
    132           necessary tools are available to compile Binutils.</para>
    133         </listitem>
    134       </varlistentry>
    135 
    136     </variablelist>
     122<screen os="bf"><userinput>make</userinput></screen>
    137123
    138124    <para os="bh">Install the package:</para>
  • BOOK/cross-tools/multilib/binutils.xml

    reaeba4b5 r3eaa352a  
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../common/binutils.xml"
    98     xpointer="xpointer(//*[@os='bg'])"/>
    99 
    100     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../common/binutils.xml"
    10298    xpointer="xpointer(//*[@os='bh'])"/>
    10399
Note: See TracChangeset for help on using the changeset viewer.