diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-10 00:29:38 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-10 00:29:38 +0000 |
commit | 36a0e17acc81581d2507c5a09a07a3f81d2360ec (patch) | |
tree | c7c77fdbc7b50f224cc4d0500b462b578274d47f /libitm/configure.ac | |
parent | 61779158bc0956cb54d1dd63d4067a2669b41777 (diff) | |
download | gcc-36a0e17acc81581d2507c5a09a07a3f81d2360ec.tar.gz |
libitm: Work around assembler missing AVX insns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/configure.ac')
-rw-r--r-- | libitm/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libitm/configure.ac b/libitm/configure.ac index c40ecb5bf3c..7de5cbeed91 100644 --- a/libitm/configure.ac +++ b/libitm/configure.ac @@ -237,6 +237,7 @@ CFLAGS="$save_CFLAGS $XCFLAGS" # had a chance to set XCFLAGS. LIBITM_CHECK_SYNC_BUILTINS LIBITM_CHECK_64BIT_SYNC_BUILTINS +LIBITM_CHECK_AS_AVX # Cleanup and exit. CFLAGS="$save_CFLAGS" |