diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2011-11-16 15:51:13 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2011-11-16 15:51:13 +0100 |
commit | 807133470ce50b8dd4e552857f3c864ee3932a50 (patch) | |
tree | 1ededce8fb76ae83be5d610ad2778951cde915ae /libitm/configure | |
parent | 75abb33d21f16c6779fe76c1f2b745c2c11f9d36 (diff) | |
download | gcc-807133470ce50b8dd4e552857f3c864ee3932a50.zip gcc-807133470ce50b8dd4e552857f3c864ee3932a50.tar.gz gcc-807133470ce50b8dd4e552857f3c864ee3932a50.tar.bz2 |
re PR bootstrap/51098 (bootstrap failed on avx i686, svn revision 181259 to 181267)
PR bootstrap/51098
* acinclude.m4 (LIBITM_CHECK_AS_AVX): Fix target selector.
* configure: Regenerate.
From-SVN: r181408
Diffstat (limited to 'libitm/configure')
-rw-r--r-- | libitm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/configure b/libitm/configure index c0317cc..5fafca3 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 : |