From: Ulrich Drepper Date: Thu, 3 Jul 2003 22:34:29 +0000 (+0000) Subject: CFI is only really required (so far) for x86 and hammer. X-Git-Tag: cvs/glibc-2_3_3~475 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a916cb664b5b0e3287ae7b11e5d9410efc2856df;p=glibc.git CFI is only really required (so far) for x86 and hammer. --- diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.in index e0fb10b67c..4fa9b5db2c 100644 --- a/nptl/sysdeps/pthread/configure.in +++ b/nptl/sysdeps/pthread/configure.in @@ -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 is available, make sure it is the right one and it