Changeset 5201afa for BOOK/cross-tools
- Timestamp:
- Oct 1, 2015, 2:08:03 AM (9 years ago)
- Branches:
- master, systemd
- Children:
- 8788172
- Parents:
- f947bbd
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/file.xml
rf947bbd r5201afa 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
rf947bbd r5201afa 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
Note:
See TracChangeset
for help on using the changeset viewer.