diff options
Diffstat (limited to 'package/openblas')
-rw-r--r-- | package/openblas/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openblas/Config.in b/package/openblas/Config.in index bc628960f5..eb93e319e4 100644 --- a/package/openblas/Config.in +++ b/package/openblas/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_OPENBLAS_DEFAULT_TARGET default "PRESCOTT" if BR2_x86_prescott default "BANIAS" if BR2_x86_pentium_m default "CORE2" if BR2_x86_core2 - default "NEHALEM" if BR2_x86_corei7 + default "NEHALEM" if BR2_x86_corei7 || BR2_x86_silvermont default "SANDYBRIDGE" if BR2_x86_corei7_avx default "HASWELL" if BR2_x86_core_avx2 default "ATOM" if BR2_x86_atom |