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
This commit is contained in:
Dirk Mueller 2003-10-31 03:43:48 +00:00
parent a32b99ae1f
commit 0a9c792ab0

View File

@ -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"