From: Dirk Mueller Date: Fri, 31 Oct 2003 03:43:48 +0000 (+0000) Subject: fixes .cfi configure problem. apparently compiling is not enough X-Git-Tag: svn/VALGRIND_2_1_0~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a9c792ab07bb0dbc2060e39e1031ebb91f59f2d;p=thirdparty%2Fvalgrind.git fixes .cfi configure problem. apparently compiling is not enough to invoke the gnu as in all cases. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1973 --- diff --git a/configure.in b/configure.in index 3fe1cd8a51..8739acbb30 100644 --- a/configure.in +++ b/configure.in @@ -283,7 +283,7 @@ fi # check if the GNU as supports CFI directives AC_MSG_CHECKING([if gas accepts .cfi]) -AC_TRY_COMPILE(, [ +AC_TRY_LINK(, [ __asm__ __volatile__ (".cfi_startproc\n" ".cfi_adjust_cfa_offset 0x0\n"