[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-284-ga9e1b66

git git at cross-lfs.org
Fri Aug 16 12:42:04 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  a9e1b665349a604ce2a901a558bffbf28d1b20f2 (commit)
      from  722514d7b3d46286e096748e7ffdff1042e4930e (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 a9e1b665349a604ce2a901a558bffbf28d1b20f2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 16 14:42:00 2013 -0500

    Adjust ppc64 pure64 specs for PPC64 Pure64 addition.

diff --git a/patches/gcc-4.8.1-pure64_specs-1.patch b/patches/gcc-4.8.1-pure64_specs-1.patch
index 7c74537..bc53e95 100644
--- a/patches/gcc-4.8.1-pure64_specs-1.patch
+++ b/patches/gcc-4.8.1-pure64_specs-1.patch
@@ -321,10 +321,10 @@ diff -Naur gcc-4.8.1.orig/gcc/config/rs6000/linux64.h gcc-4.8.1/gcc/config/rs600
 -#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld64.so.1"
 -#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
 -#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
-+#define GLIBC_DYNAMIC_LINKER32 "/tools/lib/ld.so.1"
-+#define GLIBC_DYNAMIC_LINKER64 "/tools/lib64/ld64.so.1"
-+#define UCLIBC_DYNAMIC_LINKER32 "/tools/lib/ld-uClibc.so.0"
-+#define UCLIBC_DYNAMIC_LINKER64 "/tools/lib64/ld64-uClibc.so.0"
++#define GLIBC_DYNAMIC_LINKER32 "/tools/lib32/ld.so.1"
++#define GLIBC_DYNAMIC_LINKER64 "/tools/lib/ld64.so.1"
++#define UCLIBC_DYNAMIC_LINKER32 "/tools/lib32/ld-uClibc.so.0"
++#define UCLIBC_DYNAMIC_LINKER64 "/tools/lib/ld64-uClibc.so.0"
  #if DEFAULT_LIBC == LIBC_UCLIBC
  #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:" G ";:" U "}"
  #elif DEFAULT_LIBC == LIBC_GLIBC

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

Summary of changes:
 patches/gcc-4.8.1-pure64_specs-1.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list