* config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.

From-SVN: r179664
This commit is contained in:
Richard Henderson 2011-10-07 08:43:12 -07:00 committed by Richard Henderson
parent dca804668a
commit d67ce16aa5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-07 Richard Henderson <rth@redhat.com>
* config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
2011-10-07 Richard Henderson <rth@redhat.com>
PR 49752

View File

@ -3302,7 +3302,7 @@ case "${target}" in
| k8 | k8-sse3 | athlon64 | athlon64-sse3 | opteron \
| opteron-sse3 | athlon-fx | bdver2 | bdver1 | btver1 \
| amdfam10 | barcelona | nocona | core2 | corei7 \
| corei7-avx | atom)
| corei7-avx | core-avx-i | core-avx2 | atom)
# OK
;;
*)