[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] glibc 2.2.94 - hppa - min kernel and unwind-find-fde



libc-alpha,

The following patch bumps up the minimum kernel required for hppa,
and adds libc_cv_gcc_unwind_find_fde (I'm curious if this last bit 
is still needed?). 

c.
---

2002-10-01  Matthew Wilcox  <willy@debian.org>

	* sysdeps/unix/sysv/linux/configure: 
	Make 2.4.18 minimum linux kernel for hppa, and add 
	libc_cv_gcc_unwind_find_fde=yes.

diff -urN glibc-2.2.5/sysdeps/unix/sysv/linux/configure glibc-2.2.5.orig/sysdeps/unix/sysv/linux/configure
--- glibc-2.2.5/sysdeps/unix/sysv/linux/configure	Sun Jan 27 11:05:18 2002
+++ glibc-2.2.5.orig/sysdeps/unix/sysv/linux/configure	Sat Jan 26 22:36:22 2002
@@ -68,7 +68,8 @@
     arch_minimum_kernel=2.4.0
     ;;
   hppa*)
-    arch_minimum_kernel=2.3.99
+    arch_minimum_kernel=2.4.18
+    libc_cv_gcc_unwind_find_fde=yes
     ;;
   mips*)
     arch_minimum_kernel=2.2.15
diff -urN glibc-2.2.5/sysdeps/unix/sysv/linux/configure.in glibc-2.2.5.orig/sysdeps/unix/sysv/linux/configure.in
--- glibc-2.2.5/sysdeps/unix/sysv/linux/configure.in	Sun Jan 27 11:05:18 2002
+++ glibc-2.2.5.orig/sysdeps/unix/sysv/linux/configure.in	Sat Jan 26 22:32:43 2002
@@ -55,7 +55,8 @@
     arch_minimum_kernel=2.4.0
     ;;
   hppa*)
-    arch_minimum_kernel=2.3.99
+    arch_minimum_kernel=2.4.18
+    libc_cv_gcc_unwind_find_fde=yes
     ;;
   mips*)
     arch_minimum_kernel=2.2.15

Reply to: