CFI is only really required (so far) for x86 and hammer.

This commit is contained in:
Ulrich Drepper 2003-07-03 22:34:29 +00:00
parent fbd90f6c25
commit a916cb664b
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ if test "x$libc_cv_gcc___thread" != xyes; then
fi
if test "x$libc_cv_asm_cfi_directives" != xyes; then
AC_MSG_ERROR(CFI directive support in assembler is required)
dnl We need this only for some architectures.
if test "x$base_machine" = xi386 || test "x$base_machine" = "xx86_86"; then
AC_MSG_ERROR(CFI directive support in assembler is required)
fi
fi
dnl Iff <unwind.h> is available, make sure it is the right one and it