Author: jim
Date: 2005-04-24 01:44:02 -0600 (Sun, 24 Apr 2005)
New Revision: 5054

Modified:
   branches/cross-lfs/BOOK/cross-tools/variables.xml
   branches/cross-lfs/BOOK/introduction/changelog.xml
   branches/cross-lfs/BOOK/temp-system/binutils.xml
Log:
Fixes from Jermey Utley

Modified: branches/cross-lfs/BOOK/cross-tools/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-24 07:24:42 UTC 
(rev 5053)
+++ branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-24 07:44:02 UTC 
(rev 5054)
@@ -36,10 +36,9 @@
 ensure that you have all the prerequisites for the LFS build.</para>
 
 <para>You will need to set your host target triplet a little differently.
-To set this information you can issue the following command:</para>
+To set this information you can issue the following commands:</para>
 
-<screen arch="alpha;ppc"><userinput>export LFS_HOST="`config.guess | sed 
's/unknown/cross/g'`"</userinput></screen>
-<screen arch="x86"><userinput>export LFS_HOST="`config.guess | sed 
's/pc/cross/g'`"</userinput></screen>
+<screen><userinput>export LFS_HOST="`config.guess | sed -e 's/unknown/cross/g' 
-e 's/pc/cross/g'`"</userinput></screen>
 
 <para>Now you will need to set the target triplet for the target, which
 in this case is very simple. Set the command using the method listed 
below:</para>

Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-24 07:24:42 UTC 
(rev 5053)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-24 07:44:02 UTC 
(rev 5054)
@@ -100,6 +100,8 @@
 <listitem><para>Fixed up wording based on Ryan's input.</para></listitem>
 <listitem><para>Updated bash patch, thanx Jeremy Utley.</para></listitem>
 <listitem><para>Removed bad setting /tools to LFS user, thanx Jeremy 
Utley.</para></listitem>
+<listitem><para>Fixed a possible issue due to target triplets have either
+pc or unknown, thanx Jermy Utley.</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

Modified: branches/cross-lfs/BOOK/temp-system/binutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-24 07:24:42 UTC 
(rev 5053)
+++ branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-24 07:44:02 UTC 
(rev 5054)
@@ -58,7 +58,7 @@
 <screen><userinput>../binutils-&binutils-version;/configure \
      --prefix=/tools --build=${LFS_HOST) --target=${LFS_TARGET} \
      --disable-nls --enable-shared --enable-64-bit-bfd \
-     --with-lib-patch=/tools/lib</userinput></screen>
+     --with-lib-path=/tools/lib</userinput></screen>
 
 <para>The meaning of the configure options:</para>
 

-- 
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