diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-08 13:34:32 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-08 13:34:32 +0100 |
commit | 662d5c4052225ca8248ef55deb992310a5a2e5b2 (patch) | |
tree | 5d0d31e8a9b99c488e7626b110746f6b219d4dff /sysdeps/unix/sysv/linux/m68k/configure | |
parent | b3c737fd390dc11c8613e725ef2db377ea7641bf (diff) | |
download | glibc-662d5c4052225ca8248ef55deb992310a5a2e5b2.tar.gz glibc-662d5c4052225ca8248ef55deb992310a5a2e5b2.tar.xz glibc-662d5c4052225ca8248ef55deb992310a5a2e5b2.zip |
m68k: don't set libc_cv_gcc_unwind_find_fde on coldfire
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/configure b/sysdeps/unix/sysv/linux/m68k/configure index 80ba90191f..708b7a1a3c 100644 --- a/sysdeps/unix/sysv/linux/m68k/configure +++ b/sysdeps/unix/sysv/linux/m68k/configure @@ -5,7 +5,7 @@ m68k/coldfire) ;; *) arch_minimum_kernel=2.0.10 + libc_cv_gcc_unwind_find_fde=yes ;; esac -libc_cv_gcc_unwind_find_fde=yes ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed |