mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
a32b99ae1f
commit
0a9c792ab0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user