Changeset 5cbf8bc
- Timestamp:
- Nov 11, 2012, 7:39:57 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 766988f
- Parents:
- 54941ee
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
r54941ee r5cbf8bc 56 56 57 57 <variablelist os="bd"> 58 <title>The meaning of the configure options:</title>58 <title>The meaning of the new configure options:</title> 59 59 60 <varlistentry os="bd 0">60 <varlistentry os="bd1"> 61 61 <term><parameter>AR=ar AS=as</parameter></term> 62 62 <listitem> … … 64 64 and ${CLFS_HOST}-as as they are provided by this package and therefore 65 65 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 the73 package in the <filename class="directory">/cross-tools</filename>74 directory.</para>75 66 </listitem> 76 67 </varlistentry> -
BOOK/cross-tools/common/binutils.xml
r54941ee r5cbf8bc 56 56 57 57 <variablelist os="bd"> 58 <title>The meaning of the configure options:</title>58 <title>The meaning of the new configure options:</title> 59 59 60 <varlistentry os="bd 0">60 <varlistentry os="bd1"> 61 61 <term><parameter>AR=ar AS=as</parameter></term> 62 62 <listitem> … … 64 64 and ${CLFS_HOST}-as as they are provided by this package and therefore 65 65 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 the73 package in the <filename class="directory">/cross-tools</filename>74 directory.</para>75 66 </listitem> 76 67 </varlistentry> -
BOOK/cross-tools/common/file.xml
r54941ee r5cbf8bc 27 27 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen> 28 28 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 29 51 <para>Compile the package:</para> 30 52 -
BOOK/cross-tools/multilib/binutils.xml
r54941ee r5cbf8bc 56 56 <variablelist os="bd"> 57 57 <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'])"/>62 58 63 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.