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]

GNU C Library master sources branch, master, updated. glibc-2.15-43-g7ae81d8


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 "GNU C Library master sources".

The branch, master has been updated
       via  7ae81d88f178fc554e6ef9835c352ec1feaae188 (commit)
      from  b13b98854e937eb510ce6bc3b6d3165c6cd0c4d1 (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.git;a=commitdiff;h=7ae81d88f178fc554e6ef9835c352ec1feaae188

commit 7ae81d88f178fc554e6ef9835c352ec1feaae188
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 12:44:28 2012 -0500

    Linux configure cleanup

diff --git a/ChangeLog b/ChangeLog
index 6f4f8c7..49ccb14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/unix/sysv/linux/configure.in: Ports should define
+	libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
+	configure files.
+
 	[BZ #13552]
 	* configure.in: Remove --enable-omitfp support.
 	* FAQ.in: Adjust.
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure
index 19dd744..1ca54f1 100644
--- a/sysdeps/unix/sysv/linux/configure
+++ b/sysdeps/unix/sysv/linux/configure
@@ -282,29 +282,10 @@ fi
 # if appropriate too.
 test -n "$arch_minimum_kernel" ||
 case "$machine" in
-  alpha*)
-    arch_minimum_kernel=2.1.100
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
-  arm*)
-    arch_minimum_kernel=2.0.10
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
   i386*)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
     ;;
-  ia64*)
-    arch_minimum_kernel=2.4.0
-    ;;
-  hppa*)
-    libc_cv_gcc_unwind_find_fde=yes
-    arch_minimum_kernel=2.4.19
-    ;;
-  m68k*)
-    arch_minimum_kernel=2.0.10
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
   powerpc/powerpc32)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index 922f11f..f25b299 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -39,29 +39,10 @@ fi
 # if appropriate too.
 test -n "$arch_minimum_kernel" ||
 case "$machine" in
-  alpha*)
-    arch_minimum_kernel=2.1.100
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
-  arm*)
-    arch_minimum_kernel=2.0.10
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
   i386*)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
     ;;
-  ia64*)
-    arch_minimum_kernel=2.4.0
-    ;;
-  hppa*)
-    libc_cv_gcc_unwind_find_fde=yes
-    arch_minimum_kernel=2.4.19
-    ;;
-  m68k*)
-    arch_minimum_kernel=2.0.10
-    libc_cv_gcc_unwind_find_fde=yes
-    ;;
   powerpc/powerpc32)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10

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

Summary of changes:
 ChangeLog                            |    4 ++++
 sysdeps/unix/sysv/linux/configure    |   19 -------------------
 sysdeps/unix/sysv/linux/configure.in |   19 -------------------
 3 files changed, 4 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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