summaryrefslogtreecommitdiff
path: root/libitm/configure
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-16 14:51:13 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-16 14:51:13 +0000
commit785d9613ab4ce8b0de8e518eab4b08e114158e38 (patch)
tree1ededce8fb76ae83be5d610ad2778951cde915ae /libitm/configure
parent4f81a0eebc3f4127ac88e9b6b9e8076861fe6923 (diff)
PR bootstrap/51098
* acinclude.m4 (LIBITM_CHECK_AS_AVX): Fix target selector. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/configure')
-rw-r--r--libitm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/configure b/libitm/configure
index c0317ccfc4d7..5fafca3c8999 100644
--- a/libitm/configure
+++ b/libitm/configure
@@ -17118,7 +17118,7 @@ $as_echo "#define HAVE_64BIT_SYNC_BUILTINS 1" >>confdefs.h
fi
case "${target_cpu}" in
-i345686 | x86_64)
+i[34567]86 | x86_64)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler supports AVX" >&5
$as_echo_n "checking if the assembler supports AVX... " >&6; }
if test "${libitm_cv_as_avx+set}" = set; then :