[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-49-gfd6e290

git git at cross-lfs.org
Sun Aug 10 23:10:22 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  fd6e2906c389a9e3656d124df47412238bc97793 (commit)
       via  8f9c1a8eca3268c1a7c424b3f8c40a26370b0b44 (commit)
       via  4c2ea58fc11713af9828a96f346d515f5336cfc2 (commit)
      from  a15d1d7b2db64f1742013d263f216033a954aa5b (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 fd6e2906c389a9e3656d124df47412238bc97793
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 02:09:43 2014 -0400

    Added option tags

diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index cbec362..e3bf163 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -68,16 +68,18 @@
       <varlistentry os="bd2">
         <term><parameter>--host=${CLFS_HOST}</parameter></term>
         <listitem>
-          <para>When used with --target, this creates a cross-architecture
-          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
+          <para>When used with <option>--target</option>, this creates a
+          cross-architecture executable which creates files for
+          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
         </listitem>
       </varlistentry>
 
       <varlistentry os="bd3">
         <term><parameter>--target=${CLFS_TARGET}</parameter></term>
         <listitem>
-          <para>When used with --host, this creates a cross-architecture
-          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
+          <para>When used with <option>--host</option>, this creates a
+          cross-architecture executable that creates files for
+          ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
         </listitem>
       </varlistentry>
 

commit 8f9c1a8eca3268c1a7c424b3f8c40a26370b0b44
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 02:09:30 2014 -0400

    Added command explanation for --build

diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 20b3d4d..c35e9be 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -85,7 +85,15 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
     <variablelist os="am">
       <title>The meaning of the new configure options:</title>
 
-     <varlistentry>
+      <varlistentry>
+        <term><parameter>--build</parameter></term>
+        <listitem>
+          <para>This specifies the system on which the cross-compiler is being
+          built.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--with-local-prefix=/tools</parameter></term>
         <listitem>
           <para>The purpose of this switch is to remove <filename

commit 4c2ea58fc11713af9828a96f346d515f5336cfc2
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Aug 11 01:30:08 2014 -0400

    Swap command explanations to match the actual commands

diff --git a/BOOK/cross-tools/common/pkg-config-lite.xml b/BOOK/cross-tools/common/pkg-config-lite.xml
index 12e6511..14f2b6f 100644
--- a/BOOK/cross-tools/common/pkg-config-lite.xml
+++ b/BOOK/cross-tools/common/pkg-config-lite.xml
@@ -41,15 +41,6 @@
       <title>The meaning of the new configure option:</title>
 
       <varlistentry>
-        <term><parameter>--with-pc-path</parameter></term>
-        <listitem>
-          <para>This sets the default PKG_CONFIG_PATH to
-          <filename class="directory">/tools/lib/pkgconfig</filename> and
-          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--host=${CLFS_TARGET}</parameter></term>
         <listitem>
           <para>Several packages that we will cross-compile later will try to
@@ -61,6 +52,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--with-pc-path</parameter></term>
+        <listitem>
+          <para>This sets the default PKG_CONFIG_PATH to
+          <filename class="directory">/tools/lib/pkgconfig</filename> and
+          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="e">Compile the package:</para>
diff --git a/BOOK/cross-tools/multilib/pkg-config-lite.xml b/BOOK/cross-tools/multilib/pkg-config-lite.xml
index 2dc1c30..159abef 100644
--- a/BOOK/cross-tools/multilib/pkg-config-lite.xml
+++ b/BOOK/cross-tools/multilib/pkg-config-lite.xml
@@ -37,15 +37,6 @@
       <title>The meaning of the new configure option:</title>
 
       <varlistentry>
-        <term><parameter>--with-pc-path</parameter></term>
-        <listitem>
-          <para>This sets the default PKG_CONFIG_PATH to
-          <filename class="directory">/tools/lib64/pkgconfig</filename> and
-          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--host=${CLFS_TARGET}</parameter></term>
         <listitem>
           <para>This option makes sure the installation includes the proper
@@ -55,6 +46,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--with-pc-path</parameter></term>
+        <listitem>
+          <para>This sets the default PKG_CONFIG_PATH to
+          <filename class="directory">/tools/lib64/pkgconfig</filename> and
+          <filename class="directory">/tools/share/pkgconfig</filename>.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/cross-tools/common/binutils.xml          |   10 ++++++----
 BOOK/cross-tools/common/gcc-static.xml        |   10 +++++++++-
 BOOK/cross-tools/common/pkg-config-lite.xml   |   18 +++++++++---------
 BOOK/cross-tools/multilib/pkg-config-lite.xml |   18 +++++++++---------
 4 files changed, 33 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list