mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
CFI is only really required (so far) for x86 and hammer.
This commit is contained in:
parent
fbd90f6c25
commit
a916cb664b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user