Author: manuel
Date: 2005-06-23 12:43:06 -0600 (Thu, 23 Jun 2005)
New Revision: 6131

Modified:
   branches/cross-lfs/BOOK/cross-tools/common/binutils.xml
   branches/cross-lfs/BOOK/cross-tools/common/cflags.xml
   branches/cross-lfs/BOOK/cross-tools/common/variables.xml
Log:
Revising cross-lfs specific text.

Modified: branches/cross-lfs/BOOK/cross-tools/common/binutils.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/binutils.xml     2005-06-23 
17:29:46 UTC (rev 6130)
+++ branches/cross-lfs/BOOK/cross-tools/common/binutils.xml     2005-06-23 
18:43:06 UTC (rev 6131)
@@ -66,6 +66,29 @@
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
+        <term><parameter>--prefix=/cross-tools</parameter></term>
+        <listitem>
+          <para>This tells the configure script to prepare to install the
+          package in the <filename class="directory">/cross-tools</filename>
+          directory.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--host=${LFS_HOST}</parameter></term>
+        <listitem>
+          <para>This do ...</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--target=${LFS_TARGET}</parameter></term>
+        <listitem>
+          <para>This do ...</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--with-lib-path=/tools/lib</parameter></term>
         <listitem>
           <para>This tells the configure script to specify the library

Modified: branches/cross-lfs/BOOK/cross-tools/common/cflags.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/cflags.xml       2005-06-23 
17:29:46 UTC (rev 6130)
+++ branches/cross-lfs/BOOK/cross-tools/common/cflags.xml       2005-06-23 
18:43:06 UTC (rev 6131)
@@ -13,19 +13,16 @@
   <para><envar>CFLAGS</envar> during the building of cross tools must
   not be set.</para>
 
-  <para>During the building of the cross-compile tools you will need to
-  set a few variables that will be dependent on your particular needs.
-  The first variable will be the triplet of the <envar>HOST</envar>
-  machine. To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
+  <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
   use the following command:</para>
 
 <screen><userinput>unset CFLAGS
 unset CXXFLAGS</userinput></screen>
 
-  <para>Now we will add these to ~/.bashrc, just in
+  <para>Now we will add these to <filename>~/.bashrc</filename>, just in
   case you have to exit and restart building later:</para>
 
-<screen><userinput>unset CFLAGS &gt;&gt; ~/.bashrc
-unset CXXFLAGS &gt;&gt; ~/.bashrc</userinput></screen>
+<screen><userinput>echo unset CFLAGS &gt;&gt; ~/.bashrc
+echo unset CXXFLAGS &gt;&gt; ~/.bashrc</userinput></screen>
 
 </sect1>

Modified: branches/cross-lfs/BOOK/cross-tools/common/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-06-23 
17:29:46 UTC (rev 6130)
+++ branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-06-23 
18:43:06 UTC (rev 6131)
@@ -11,7 +11,7 @@
   <title>Build Variables</title>
 
   <bridgehead renderas="sect4">Configuration # 1 - Creating different
-  architecture tools.</bridgehead>
+  architecture tools</bridgehead>
 
   <para>During the building of the cross-compile tools you will need to
   set a few variables that will be dependent on your particular needs.
@@ -31,7 +31,7 @@
 <screen><userinput>export LFS_TARGET="{target triplet}"</userinput></screen>
 
   <bridgehead renderas="sect4">Configuration # 2 - Creating same
-  architecture tools.</bridgehead>
+  architecture tools</bridgehead>
 
   <para>You can also create <quote>clean</quote> tools on your current
   distro. This will ensure that you have all the prerequisites for the
@@ -48,23 +48,22 @@
 
 <screen><userinput>export LFS_TARGET="${MACHTYPE}"</userinput></screen>
 
+  <bridgehead renderas="sect4">Common to both</bridgehead>
+
   <para>Now lets verify all targets are set before we continue on. Use
   the following command to check you host and target variables:</para>
 
 <screen><userinput>echo "We are building for ${LFS_TARGET}"
 echo "Our host is ${LFS_HOST}"</userinput></screen>
 
-  <para>Now we will add these to ~/.bashrc, just in
+  <para>Now we will add these to <filename>~/.bashrc</filename>, just in
   case you have to exit and restart building later:</para>
 
 <screen><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc
 echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; 
~/.bashrc</userinput></screen>
 
-  <bridgehead renderas="sect4">List of architectures, target triplets,
-  and recommended book</bridgehead>
-
   <table>
-    <title>Target Triplets</title>
+    <title>List of architectures, target triplets, and recommended book</title>
     <tgroup cols="2" align="center">
       <colspec colname="Processor"/>
       <colspec colname="Triplet"/>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to