(libc_cv_gcc_unwind_find_fde): Set for m68k, too.
This commit is contained in:
parent
b750d5e7a1
commit
39b690cb86
10
sysdeps/unix/sysv/linux/configure
vendored
10
sysdeps/unix/sysv/linux/configure
vendored
@ -66,6 +66,10 @@ case "$machine" in
|
||||
hppa*)
|
||||
arch_minimum_kernel=2.3.99
|
||||
;;
|
||||
m68k*)
|
||||
arch_minimum_kernel=2.0.10
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
;;
|
||||
mips*)
|
||||
arch_minimum_kernel=2.2.15
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
@ -114,11 +118,11 @@ fi
|
||||
|
||||
if test -n "$minimum_kernel"; then
|
||||
echo $ac_n "checking for kernel header at least $minimum_kernel""... $ac_c" 1>&6
|
||||
echo "configure:118: checking for kernel header at least $minimum_kernel" >&5
|
||||
echo "configure:122: checking for kernel header at least $minimum_kernel" >&5
|
||||
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
|
||||
abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 122 "configure"
|
||||
#line 126 "configure"
|
||||
#include "confdefs.h"
|
||||
#include <linux/version.h>
|
||||
#if LINUX_VERSION_CODE < $decnum
|
||||
@ -248,7 +252,7 @@ if test $host = $build; then
|
||||
ac_prefix=$ac_default_prefix
|
||||
fi
|
||||
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
|
||||
echo "configure:252: checking for symlinks in ${ac_prefix}/include" >&5
|
||||
echo "configure:256: checking for symlinks in ${ac_prefix}/include" >&5
|
||||
ac_message=
|
||||
if test -L ${ac_prefix}/include/net; then
|
||||
ac_message="$ac_message
|
||||
|
@ -53,6 +53,10 @@ case "$machine" in
|
||||
hppa*)
|
||||
arch_minimum_kernel=2.3.99
|
||||
;;
|
||||
m68k*)
|
||||
arch_minimum_kernel=2.0.10
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
;;
|
||||
mips*)
|
||||
arch_minimum_kernel=2.2.15
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
|
Loading…
Reference in New Issue
Block a user