This is the mail archive of the libc-alpha@sources.redhat.com 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]

[PATCH] Alpha: Insufficient Linux header version required


Hello,

 The Alpha/Linux port requires *stat64 calls for building 
sysdeps/unix/sysv/linux/alpha/*xstat.c.  They have been introduced in 
Linux 2.6.4, but the configure fragment still insists on 2.1.100 only.  
Here is an obvious fix.

2005-06-08  Maciej W. Rozycki  <macro@linux-mips.org>

	* sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Bump 
	to 2.6.4 for alpha* due to *stat64 calls.
	* sysdeps/unix/sysv/linux/configure: Regenerate.

 Please apply to HEAD.

  Maciej

glibc-2.3.5-alpha-minimum_kernel.patch
diff -up --recursive --new-file glibc-2.3.5.macro/sysdeps/unix/sysv/linux/configure.in glibc-2.3.5/sysdeps/unix/sysv/linux/configure.in
--- glibc-2.3.5.macro/sysdeps/unix/sysv/linux/configure.in	2004-07-06 04:11:40.000000000 +0000
+++ glibc-2.3.5/sysdeps/unix/sysv/linux/configure.in	2005-05-24 22:02:31.000000000 +0000
@@ -53,7 +53,7 @@ fi
 test -n "$arch_minimum_kernel" ||
 case "$machine" in
   alpha*)
-    arch_minimum_kernel=2.1.100
+    arch_minimum_kernel=2.6.4
     libc_cv_gcc_unwind_find_fde=yes
     ;;
   arm*)


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