Changeset 657bd84


Ignore:
Timestamp:
Oct 1, 2015, 2:21:16 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
f8d4d07
Parents:
b49eaf5
git-author:
Chris Staub <chris@…> (10/01/15 02:08:03)
git-committer:
Chris Staub <chris@…> (10/01/15 02:21:16)
Message:

No need for --disable-static for File

Location:
BOOK
Files:
3 edited

Legend:

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

    rb49eaf5 r657bd84  
    3636    <para>Prepare File for compilation:</para>
    3737
    38 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
     38<screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
    3939
    4040    <variablelist>
     
    4747          package in the <filename class="directory">/cross-tools</filename>
    4848          directory.</para>
    49         </listitem>
    50       </varlistentry>
    51 
    52       <varlistentry>
    53         <term><parameter>--disable-static</parameter></term>
    54         <listitem>
    55           <para>This tells the File package not to compile or install static
    56           libraries, which are not needed for the Cross-Tools</para>
    5749        </listitem>
    5850      </varlistentry>
  • BOOK/cross-tools/common/gmp.xml

    rb49eaf5 r657bd84  
    5959      </varlistentry>
    6060
     61      <varlistentry>
     62        <term><parameter>--disable-static</parameter></term>
     63        <listitem>
     64          <para>This tells the GMP package not to compile or install static
     65          libraries, which are not needed for the Cross-Tools</para>
     66        </listitem>
     67      </varlistentry>
     68
    6169    </variablelist>
    6270
  • BOOK/introduction/common/changelog.xml

    rb49eaf5 r657bd84  
    3838
    3939    <listitem>
     40      <para>01 October 2015</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed unneeded --disable-static option from
     44          Cross-Tools File page, as that is now the default.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>22 September 2015</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.