[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-82-g874ec12

git git at cross-lfs.org
Thu Jun 6 13:31:47 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  874ec12ef631482199e50f1a46b74386f0a375be (commit)
      from  52ed4daa38c0057d8fe606d2b0d2e521a7e2312e (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 874ec12ef631482199e50f1a46b74386f0a375be
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jun 6 15:31:39 2013 -0500

    Add eglibc 2.17 qecvt patch for powerpc targets.

diff --git a/patches/eglibc-2.17-qecvt-1.patch b/patches/eglibc-2.17-qecvt-1.patch
new file mode 100644
index 0000000..41512c0
--- /dev/null
+++ b/patches/eglibc-2.17-qecvt-1.patch
@@ -0,0 +1,22 @@
+Submitted By: William Harrington kb0iic at cross-lfs dot org.
+Date: 2013-01-13
+Initial Package Version: 2.15
+Upstream Status: Unknown
+Origin: http://sourceware.org/bugzilla/show_bug.cgi?id=15007
+Description: Fixes a mismatch of guards around qcvt and friends.
+
+Redone for eglibc-2.17 on 2013-06-05
+
+diff -Naur eglibc-2.17.orig/stdlib/bits/stdlib-ldbl.h eglibc-2.17/stdlib/bits/stdlib-ldbl.h
+--- eglibc-2.17.orig/stdlib/bits/stdlib-ldbl.h	2013-06-05 16:56:48.000000000 +0000
++++ eglibc-2.17/stdlib/bits/stdlib-ldbl.h	2013-06-05 18:46:39.012840463 +0000
+@@ -30,7 +30,8 @@
+ __LDBL_REDIR1_DECL (strtold_l, strtod_l)
+ #endif
+ 
+-#if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
++#if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) \
++    || defined __USE_SVID 
+ # ifdef __USE_MISC
+ __LDBL_REDIR1_DECL (qecvt, ecvt)
+ __LDBL_REDIR1_DECL (qfcvt, fcvt)

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

Summary of changes:
 patches/eglibc-2.17-qecvt-1.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 patches/eglibc-2.17-qecvt-1.patch


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list