- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r3d5c658 rdabbced 28 28 enable.</para> 29 29 30 <!-- Branch update patch area31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"32 href="../../final-system/common/binutils.xml"33 xpointer="xpointer(//*[@os='p1'])"/>34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"36 href="../../final-system/common/binutils.xml"37 xpointer="xpointer(//*[@os='p2'])"/>38 -->39 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 31 href="../../final-system/common/binutils.xml" … … 49 40 xpointer="xpointer(//*[@os='i'])"/> 50 41 51 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils- dir;/configure \42 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure \ 52 43 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \54 -- disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>44 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 45 --enable-64-bit-bfd --disable-multilib</userinput></screen> 55 46 56 47 <variablelist os="bd"> 57 <title>The meaning of the newconfigure options:</title>48 <title>The meaning of the configure options:</title> 58 49 59 50 <varlistentry os="bd1"> 60 <term><parameter> AR=ar AS=as</parameter></term>51 <term><parameter>--prefix=/cross-tools</parameter></term> 61 52 <listitem> 62 <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar63 and ${CLFS_HOST}-as as they are provided by this package and therefore64 not installed yet.</para>53 <para>This tells the configure script to prepare to install the 54 package in the <filename class="directory">/cross-tools</filename> 55 directory.</para> 65 56 </listitem> 66 57 </varlistentry> … … 102 93 103 94 <varlistentry os="bd6"> 95 <term><parameter>--enable-shared</parameter></term> 96 <listitem> 97 <para>Enable the creation of the shared libraries.</para> 98 </listitem> 99 </varlistentry> 100 101 <varlistentry os="bd7"> 104 102 <term><parameter>--disable-multilib</parameter></term> 105 103 <listitem> … … 109 107 </varlistentry> 110 108 111 <varlistentry os="bd 7">109 <varlistentry os="bd8"> 112 110 <term><parameter>--enable-64-bit-bfd</parameter></term> 113 111 <listitem> … … 143 141 <filename class="directory">/tools/include</filename> directory:</para> 144 142 145 <screen os="bk"><userinput>cp -v ../binutils-&binutils- dir;/include/libiberty.h /tools/include</userinput></screen>143 <screen os="bk"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen> 146 144 147 145 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.