Changeset 657bd84
- Timestamp:
- Oct 1, 2015, 2:21:16 AM (9 years ago)
- 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)
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/file.xml
rb49eaf5 r657bd84 36 36 <para>Prepare File for compilation:</para> 37 37 38 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>38 <screen><userinput>./configure --prefix=/cross-tools</userinput></screen> 39 39 40 40 <variablelist> … … 47 47 package in the <filename class="directory">/cross-tools</filename> 48 48 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 static56 libraries, which are not needed for the Cross-Tools</para>57 49 </listitem> 58 50 </varlistentry> -
BOOK/cross-tools/common/gmp.xml
rb49eaf5 r657bd84 59 59 </varlistentry> 60 60 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 61 69 </variablelist> 62 70 -
BOOK/introduction/common/changelog.xml
rb49eaf5 r657bd84 38 38 39 39 <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> 40 50 <para>22 September 2015</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.