[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1085-g2d1be42

git git at cross-lfs.org
Thu May 22 22:05:36 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, sysvinit has been updated
       via  2d1be4258231c39a277d67d901905cc6b3972228 (commit)
      from  bff7a17075fb62d002e2e1f0807f82f8b4e2f49a (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 2d1be4258231c39a277d67d901905cc6b3972228
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