Skip to content

Commit

Permalink
(libc_cv_gcc_unwind_find_fde): Set for m68k, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Jan 18, 2002
1 parent 869d9c5 commit e2bd0a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sysdeps/unix/sysv/linux/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions sysdeps/unix/sysv/linux/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2bd0a6

Please sign in to comment.