diff options
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r-- | libitm/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in index 1c3469cd5f9..10de95ba02a 100644 --- a/libitm/config.h.in +++ b/libitm/config.h.in @@ -12,6 +12,9 @@ /* Define if your assembler supports .cfi_* directives. */ #undef HAVE_AS_CFI_PSEUDO_OP +/* Define to 1 if the assembler supports RTM. */ +#undef HAVE_AS_RTM + /* Define to 1 if the target supports __attribute__((alias(...))). */ #undef HAVE_ATTRIBUTE_ALIAS |