]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
authorUlrich Drepper <drepper@redhat.com>
Fri, 11 Apr 2008 21:13:48 +0000 (21:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 11 Apr 2008 21:13:48 +0000 (21:13 +0000)
version for ppc64 to 2.4.21 since without it makecontext will fail.

ChangeLog
sysdeps/unix/sysv/linux/configure.in

index bb8526cad06828873490eee4948d546b9f3c6a05..32e30fceda1265bc88491adac1c3c31e5ba8c93e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
+       version for ppc64 to 2.4.21 since without it makecontext will fail.
+
        * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
        to the ABI in use.
        [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
index 43681f3251bc381bd649e74c2e9fca52d6661f84..5330e98c2da1d462cd6d5cc66429143c22125d3e 100644 (file)
@@ -80,7 +80,7 @@ case "$machine" in
     arch_minimum_kernel=2.0.10
     ;;
   powerpc/powerpc64)
-    arch_minimum_kernel=2.4.19
+    arch_minimum_kernel=2.4.21
     ;;
   s390/s390-32)
     libc_cv_gcc_unwind_find_fde=yes