Changeset d65c6ef for cross-tools/common/binutils.xml
- Timestamp:
- Feb 21, 2006, 1:16:53 AM (19 years ago)
- Children:
- 15dd855
- Parents:
- 608d761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/binutils.xml
r608d761 rd65c6ef 59 59 <term><parameter>--host=${LFS_HOST}</parameter></term> 60 60 <listitem> 61 <para>This do ...</para> 61 <para>When used injunction with --target, this creates a cross-architecture 62 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 62 63 </listitem> 63 64 </varlistentry> … … 66 67 <term><parameter>--target=${LFS_TARGET}</parameter></term> 67 68 <listitem> 68 <para>This do ...</para> 69 <para>When used injunction with --host, this creates a cross-architecture 70 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 69 71 </listitem> 70 72 </varlistentry> … … 99 101 <term><parameter>--enable-64-bit-bfd</parameter></term> 100 102 <listitem> 101 <para>This adds 64 bit support to our toolchain.</para> 103 <para>This adds 64 bit support to our toolchain. This flag will not 104 interfere with 32 bit builds.</para> 105 </listitem> 106 </varlistentry> 107 108 <varlistentry os="bd8"> 109 <term><parameter>--disable-multilib</parameter></term> 110 <listitem> 111 <para>This options disables the building of a multilib 112 capable binutils.</para> 102 113 </listitem> 103 114 </varlistentry> … … 110 121 make</userinput></screen> 111 122 112 <variablelist os="b f1">123 <variablelist os="bg"> 113 124 <title>The meaning of the make options:</title> 114 125 115 <varlistentry >126 <varlistentry os="bg1"> 116 127 <term><parameter>configure-host</parameter></term> 117 128 <listitem> 118 <para>This do ...</para> 119 </listitem> 120 </varlistentry> 121 122 <varlistentry> 123 <term><parameter>headers -C bfd</parameter></term> 124 <listitem> 125 <para>This do ...</para> 129 <para>This checks the host environment and makes sure all the 130 necessary tools are available to compile binutils.</para> 126 131 </listitem> 127 132 </varlistentry> … … 129 134 </variablelist> 130 135 131 <para os="b g">Install the package:</para>136 <para os="bh">Install the package:</para> 132 137 133 <screen os="b h"><userinput>make install</userinput></screen>138 <screen os="bi"><userinput>make install</userinput></screen> 134 139 135 <para os="b i">Copy <filename class="headerfile">libiberty.h</filename> file to140 <para os="bj">Copy <filename class="headerfile">libiberty.h</filename> file to 136 141 <filename class="directory">/tools/include</filename> directory:</para> 137 142 138 <screen os="b j"><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen>143 <screen os="bk"><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen> 139 144 140 145 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.