[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-419-gccb7ecb

git git at cross-lfs.org
Mon Oct 14 18:05:38 PDT 2013


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  ccb7ecb5d345bf46f13b630d474a774b6245de2d (commit)
      from  7422eaa83590bf486f6198de9dafb87226e34d7c (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 ccb7ecb5d345bf46f13b630d474a774b6245de2d
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Oct 14 20:05:33 2013 -0500

    Add note for GMP when building for cross-tools and the host CPU is 64-bit capable and 32-bit user-space.

diff --git a/BOOK/cross-tools/common/gmp.xml b/BOOK/cross-tools/common/gmp.xml
index 213de8b..c64937f 100644
--- a/BOOK/cross-tools/common/gmp.xml
+++ b/BOOK/cross-tools/common/gmp.xml
@@ -32,6 +32,13 @@
     xpointer="xpointer(//*[@os='p2'])"/>
 -->
 
+    <note os="n1">
+      <para>If you are building with a host which has 32-bit user-space with a
+      64-bit capable CPU, cross-tools GMP will attempt to link with 64-bit
+      libraries. Add the following variable during <command>configure</command>
+      to force GMP's ABI: <command>./configure ABI=32</command></para>
+    </note>
+
     <para os="a">Prepare GMP for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \

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

Summary of changes:
 BOOK/cross-tools/common/gmp.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list