diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 20:53:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 20:53:19 +0000 |
commit | 4f088329f3418ca19e3da0d5571433ea3b172616 (patch) | |
tree | c67086d66d7b0464964a9a0e9756ed5073d8c64f /sysdeps/unix/sysv/linux/configure | |
parent | 4301f7e2f036f11dffec92c37a41dbf05fc8a71d (diff) | |
download | glibc-4f088329f3418ca19e3da0d5571433ea3b172616.tar glibc-4f088329f3418ca19e3da0d5571433ea3b172616.tar.gz glibc-4f088329f3418ca19e3da0d5571433ea3b172616.tar.bz2 glibc-4f088329f3418ca19e3da0d5571433ea3b172616.zip |
Update.
2003-02-03 Ulrich Drepper <drepper@redhat.com>
* allocatestack.c (allocate_stack): Implement coloring of the
allocated stack memory. Rename pagesize to pagesize_m1. It's the
size minus one. Adjust users.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 92ac93c344..721d6e7264 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -117,7 +117,7 @@ case "$machine" in arch_minimum_kernel=2.0.10 ;; powerpc/powerpc64) - arch_minimum_kernel=2.4.21 + arch_minimum_kernel=2.4.19 ;; s390/s390-32) libc_cv_gcc_unwind_find_fde=yes |