Author: jhuntwork
Date: 2007-08-30 12:11:36 -0600 (Thu, 30 Aug 2007)
New Revision: 8353
Modified:
branches/jh/BOOK/chapter05/binutils-pass1.xml
branches/jh/BOOK/chapter05/gcc-pass1.xml
Log:
Adjust wording in binutils pass1 and gcc pass1. Thanks Randy McMurchy.
Modified: branches/jh/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/jh/BOOK/chapter05/binutils-pass1.xml 2007-08-30 17:54:42 UTC
(rev 8352)
+++ branches/jh/BOOK/chapter05/binutils-pass1.xml 2007-08-30 18:11:36 UTC
(rev 8353)
@@ -57,8 +57,9 @@
&& make install; }</userinput>.</para>
</note>
- <para>If our host is a multilib machine, we want to ensure that we
- build 64-bit binaries, so we'll test for that and set a variable if
so:</para>
+ <para>Test to see if the host is a multilib capable machine and set a
variable
+ if it is. This ensures that only 64-bit binaries are built if using such a
host.
+ </para>
<screen><userinput>test $(uname -m | grep 64) &&
M64="-m64"</userinput></screen>
Modified: branches/jh/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- branches/jh/BOOK/chapter05/gcc-pass1.xml 2007-08-30 17:54:42 UTC (rev
8352)
+++ branches/jh/BOOK/chapter05/gcc-pass1.xml 2007-08-30 18:11:36 UTC (rev
8353)
@@ -43,8 +43,8 @@
<screen><userinput>mkdir -v ../gcc-build
cd ../gcc-build</userinput></screen>
- <para>If our host is a multilib machine, we want to ensure that we
- build 64-bit binaries, so we'll test for that and set a variable if so.
+ <para>Test to see if the host is a multilib capable machine and set a
variable
+ if it is. This ensures that only 64-bit binaries are built if using such a
host.
Also, the --with-arch flag is only necessary for x86 machines.</para>
<screen><userinput>case $(uname -m) in
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page