Changeset 3eaa352a
- Timestamp:
- Jan 8, 2014, 8:30:09 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3a5852f
- Parents:
- eaeba4b5
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
reaeba4b5 r3eaa352a 113 113 <para os="be">Compile the package:</para> 114 114 115 <screen os="bf"><userinput>make configure-host 116 make</userinput></screen> 117 118 <variablelist os="bg"> 119 <title>The meaning of the make options:</title> 120 121 <varlistentry os="bg1"> 122 <term><parameter>configure-host</parameter></term> 123 <listitem> 124 <para>This checks the host environment and makes sure all the 125 necessary tools are available to compile Binutils.</para> 126 </listitem> 127 </varlistentry> 128 129 </variablelist> 115 <screen os="bf"><userinput>make</userinput></screen> 130 116 131 117 <para os="bh">Install the package:</para> -
BOOK/cross-tools/common/binutils.xml
reaeba4b5 r3eaa352a 120 120 <para os="be">Compile the package:</para> 121 121 122 <screen os="bf"><userinput>make configure-host 123 make</userinput></screen> 124 125 <variablelist os="bg"> 126 <title>The meaning of the make options:</title> 127 128 <varlistentry os="bg1"> 129 <term><parameter>configure-host</parameter></term> 130 <listitem> 131 <para>This checks the host environment and makes sure all the 132 necessary tools are available to compile Binutils.</para> 133 </listitem> 134 </varlistentry> 135 136 </variablelist> 122 <screen os="bf"><userinput>make</userinput></screen> 137 123 138 124 <para os="bh">Install the package:</para> -
BOOK/cross-tools/multilib/binutils.xml
reaeba4b5 r3eaa352a 96 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 97 href="../common/binutils.xml" 98 xpointer="xpointer(//*[@os='bg'])"/>99 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"101 href="../common/binutils.xml"102 98 xpointer="xpointer(//*[@os='bh'])"/> 103 99 -
BOOK/final-system/common/binutils.xml
reaeba4b5 r3eaa352a 62 62 <para os="j">Compile the package:</para> 63 63 64 <screen os="k"><userinput>make configure-host</userinput></screen>64 <screen os="k"><userinput>make</userinput></screen> 65 65 66 66 <important os="l"> 67 <para>During <command>make configure-host</command> you may receive the67 <para>During <command>make</command> you may receive the 68 68 following error message. It is safe to ignore.</para> 69 69 -
BOOK/introduction/common/changelog.xml
reaeba4b5 r3eaa352a 39 39 <listitem> 40 40 <para>08 January 2014</para> 41 <listitem> 42 <para>[Chris] - Removed unneeded "make configure-host" commands 43 from Binutils.</para> 44 </listitem> 41 45 <itemizedlist> 42 46 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.