r1273 - trunk/glibc-2.3-head/sysdeps/kfreebsd
Author: aurel32
Date: 2006-02-28 10:24:03 +0000 (Tue, 28 Feb 2006)
New Revision: 1273
Modified:
trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
Log:
Also set arch_minimum_kernel for x86_64
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-02-27 22:29:15 UTC (rev 1272)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-02-28 10:24:03 UTC (rev 1273)
@@ -73,7 +73,7 @@
# if appropriate too.
test -n "$arch_minimum_kernel" ||
case "$machine" in
- i386*)
+ i386*|x86_64*)
libc_cv_gcc_unwind_find_fde=yes
arch_minimum_kernel=5.4.0
;;
Reply to: