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