Browse Source

architecture/mips: add optimisation choices for MIPS 74K series

stable/0.6
Christian Wiese 11 years ago
parent
commit
2ff678bb02
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      architecture/mips/config.in

+ 4
- 0
architecture/mips/config.in

@ -39,6 +39,10 @@ choice SDECFG_MIPS_OPT generic \
34kc "34Kc" \
34kf2_1 "34Kf2_1" \
34kf1_1 "34Kf1_1" \
74kc "74Kc" \
74kf2_1 "74Kf2_1" \
74kf1_1 "74Kf1_1" \
74kf3_2 "74Kf3_2" \
r2000 "Build for R2000 CPU" \
r3000 "Build for R3000 CPU" \
r3900 "Build for R3900 CPU" \

Loading…
Cancel
Save