Browse Source

architecture/x86-64: fixed typo in optimisation identifier for Core i3/i5/i7 Ivybridge

stable/0.6
Christian Wiese 11 years ago
parent
commit
42f1800d1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      architecture/x86-64/config.in

+ 1
- 1
architecture/x86-64/config.in

@ -32,7 +32,7 @@ choice SDECFG_X8664_OPT generic \
em64t "Optimised for Intel EM64T (Pentium 4 / Xeon)" \
corei7 "Optimised for Intel Core i3/i5/i7" \
corei7-avx "Optimised for Intel Core i3/i5/i7 with AVX" \
corei7-avx-i "Optimised for Intel Core i3/i5/i7 IvyBridge"
core-avx-i "Optimised for Intel Core i3/i5/i7 IvyBridge"
if [ $SDECFG_X8664_OPT != generic ] ; then
SDECFG_ID="$SDECFG_ID-$SDECFG_X8664_OPT"

Loading…
Cancel
Save