This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-11-g4706886


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  4706886146a93c13efe6fccd0538cdaef31d5508 (commit)
      from  3538f2fb1445c2992cd66503755f7dcd8f3ba6cb (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=4706886146a93c13efe6fccd0538cdaef31d5508

commit 4706886146a93c13efe6fccd0538cdaef31d5508
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sat Jan 7 20:12:49 2012 +0100

    m68k: restore configure settings

diff --git a/ChangeLog.m68k b/ChangeLog.m68k
index 8f62c71..8c81807 100644
--- a/ChangeLog.m68k
+++ b/ChangeLog.m68k
@@ -1,3 +1,9 @@
+2012-01-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/m68k/configure.in: Set
+	arch_minimum_kernel, libc_cv_gcc_unwind_find_fde and
+	ldd_rewrite_script.
+
 2012-01-05  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/m68k/dl-trampoline.S: Add cfi directives.
diff --git a/sysdeps/unix/sysv/linux/m68k/configure b/sysdeps/unix/sysv/linux/m68k/configure
index 94ccc50..80ba901 100644
--- a/sysdeps/unix/sysv/linux/m68k/configure
+++ b/sysdeps/unix/sysv/linux/m68k/configure
@@ -3,4 +3,9 @@
 m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
+*)
+  arch_minimum_kernel=2.0.10
+  ;;
 esac
+libc_cv_gcc_unwind_find_fde=yes
+ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
diff --git a/sysdeps/unix/sysv/linux/m68k/configure.in b/sysdeps/unix/sysv/linux/m68k/configure.in
index 285b81f..e5a94ab 100644
--- a/sysdeps/unix/sysv/linux/m68k/configure.in
+++ b/sysdeps/unix/sysv/linux/m68k/configure.in
@@ -4,4 +4,9 @@ case $machine in
 m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
+*)
+  arch_minimum_kernel=2.0.10
+  ;;
 esac
+libc_cv_gcc_unwind_find_fde=yes
+ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed

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

Summary of changes:
 ChangeLog.m68k                            |    6 ++++++
 sysdeps/unix/sysv/linux/m68k/configure    |    5 +++++
 sysdeps/unix/sysv/linux/m68k/configure.in |    5 +++++
 3 files changed, 16 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]