[PATCH] Alpha: Insufficient Linux header version required
Maciej W. Rozycki
macro@linux-mips.org
Wed Jun 8 17:42:00 GMT 2005
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*)
More information about the Libc-alpha
mailing list