Author: aurel32
Date: 2006-02-28 15:05:21 +0000 (Tue, 28 Feb 2006)
New Revision: 1276
Modified:
trunk/glibc-2.3-head/sysdeps/kfreebsd/configure
trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
Log:
Actually separate the definition of arch_minimum_kernel for each arches, as on
Linux.
Also don't set libc_cv_gcc_unwind_find_fde on x86_64, as on Linux.
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure 2006-02-28 12:41:24 UTC
(rev 1275)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure 2006-02-28 15:05:21 UTC
(rev 1276)
@@ -116,10 +116,16 @@
# if appropriate too.
test -n "$arch_minimum_kernel" ||
case "$machine" in
- i386*|x86_64*)
+ i386*)
libc_cv_gcc_unwind_find_fde=yes
arch_minimum_kernel=5.4.0
;;
+ x86_64*)
+ arch_minimum_kernel=5.4.0
+ ;;
+ *)
+ arch_minimum_kernel=5.4.0
+ ;;
esac
if test -n "$minimum_kernel"; then
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-02-28 12:41:24 UTC
(rev 1275)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-02-28 15:05:21 UTC
(rev 1276)
@@ -73,10 +73,16 @@
# if appropriate too.
test -n "$arch_minimum_kernel" ||
case "$machine" in
- i386*|x86_64*)
+ i386*)
libc_cv_gcc_unwind_find_fde=yes
arch_minimum_kernel=5.4.0
;;
+ x86_64*)
+ arch_minimum_kernel=5.4.0
+ ;;
+ *)
+ arch_minimum_kernel=5.4.0
+ ;;
esac
if test -n "$minimum_kernel"; then
changequote(,)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]