[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1099-g87d6725

git git at cross-lfs.org
Thu May 22 22:06:26 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  87d67251caf262d5ca38e0450698bb5c1455f4e1 (commit)
      from  d8d2f8c170cc4f82ce9948036ccf2b3af216c65d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 87d67251caf262d5ca38e0450698bb5c1455f4e1
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 23 01:05:27 2014 -0400

    Text updates in cross-tools

diff --git a/BOOK/cross-tools/common/bc.xml b/BOOK/cross-tools/common/bc.xml
index c957f35..5bd658a 100644
--- a/BOOK/cross-tools/common/bc.xml
+++ b/BOOK/cross-tools/common/bc.xml
@@ -22,6 +22,9 @@
   <sect2 role="installation">
     <title>Installation of Bc</title>
 
+    <para>We will install a <command>bc</command> program that can run
+    on the host system, as this is needed to compile the kernel.</para>
+
     <para>Prepare Bc for compilation:</para>
 
 <screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 4ccc38f..1c74ac9 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -24,7 +24,7 @@
     and no Threads</title>
 
     <para os="e">Here we will compile GCC, as a cross-compiler that will create
-    executables for our target architechture, statically so that it will not
+    executables for our target architecture, statically so that it will not
     need to look for Glibc's startfiles, which do not yet exist in
     <filename class="directory">/tools</filename>. We will use this
     cross-compiler, plus the cross-linker we have just installed with Binutils,
diff --git a/BOOK/cross-tools/common/pkg-config-lite.xml b/BOOK/cross-tools/common/pkg-config-lite.xml
index d824721..0f56a4a 100644
--- a/BOOK/cross-tools/common/pkg-config-lite.xml
+++ b/BOOK/cross-tools/common/pkg-config-lite.xml
@@ -24,7 +24,7 @@
 
     <para os="a">Several packages in the temporary system will use
     <command>pkg-config</command> to find various required and optional
-    dependencies. The problem is that this could result in those packages
+    dependencies. Unfortunately, this could result in those packages
     finding libraries on the host system and trying to link against them,
     which will not work. To avoid this problem, we will install
     a <command>pkg-config</command> binary in

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/common/bc.xml              |    3 +++
 BOOK/cross-tools/common/gcc-static.xml      |    2 +-
 BOOK/cross-tools/common/pkg-config-lite.xml |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list