Changeset 5cbf8bc for BOOK/cross-tools


Ignore:
Timestamp:
Nov 11, 2012, 7:39:57 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
766988f
Parents:
54941ee
Message:

Moved comand explanations to more appropriate place

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

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

    r54941ee r5cbf8bc  
    5656
    5757    <variablelist os="bd">
    58       <title>The meaning of the configure options:</title>
     58      <title>The meaning of the new configure options:</title>
    5959
    60       <varlistentry os="bd0">
     60      <varlistentry os="bd1">
    6161        <term><parameter>AR=ar AS=as</parameter></term>
    6262        <listitem>
     
    6464           and ${CLFS_HOST}-as as they are provided by this package and therefore
    6565           not installed yet.</para>
    66         </listitem>
    67       </varlistentry>
    68 
    69       <varlistentry os="bd1">
    70         <term><parameter>--prefix=/cross-tools</parameter></term>
    71         <listitem>
    72           <para>This tells the configure script to prepare to install the
    73           package in the <filename class="directory">/cross-tools</filename>
    74           directory.</para>
    7566        </listitem>
    7667      </varlistentry>
  • BOOK/cross-tools/common/binutils.xml

    r54941ee r5cbf8bc  
    5656
    5757    <variablelist os="bd">
    58       <title>The meaning of the configure options:</title>
     58      <title>The meaning of the new configure options:</title>
    5959
    60       <varlistentry os="bd0">
     60      <varlistentry os="bd1">
    6161        <term><parameter>AR=ar AS=as</parameter></term>
    6262        <listitem>
     
    6464           and ${CLFS_HOST}-as as they are provided by this package and therefore
    6565           not installed yet.</para>
    66         </listitem>
    67       </varlistentry>
    68 
    69       <varlistentry os="bd1">
    70         <term><parameter>--prefix=/cross-tools</parameter></term>
    71         <listitem>
    72           <para>This tells the configure script to prepare to install the
    73           package in the <filename class="directory">/cross-tools</filename>
    74           directory.</para>
    7566        </listitem>
    7667      </varlistentry>
  • BOOK/cross-tools/common/file.xml

    r54941ee r5cbf8bc  
    2727<screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
    2828
     29    <variablelist>
     30      <title>The meaning of the configure options:</title>
     31
     32      <varlistentry>
     33        <term><parameter>--prefix=/cross-tools</parameter></term>
     34        <listitem>
     35          <para>This tells the configure script to prepare to install the
     36          package in the <filename class="directory">/cross-tools</filename>
     37          directory.</para>
     38        </listitem>
     39      </varlistentry>
     40
     41      <varlistentry>
     42        <term><parameter>--disable-static</parameter></term>
     43        <listitem>
     44          <para>This tells the File package not to compile or install static
     45          libraries, which are not needed for the Cross-Tools</para>
     46        </listitem>
     47      </varlistentry>
     48
     49    </variablelist>
     50
    2951    <para>Compile the package:</para>
    3052
  • BOOK/cross-tools/multilib/binutils.xml

    r54941ee r5cbf8bc  
    5656    <variablelist os="bd">
    5757      <title>The meaning of the configure options:</title>
    58 
    59       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60       href="../common/binutils.xml"
    61       xpointer="xpointer(//*[@os='bd0'])"/>
    6258
    6359      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.