Browse Source

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

stable/0.6
Christian Wiese 10 years ago
parent
commit
02be7889eb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      architecture/mips/config.in

+ 3
- 0
architecture/mips/config.in

@ -36,6 +36,9 @@ choice SDECFG_MIPS_OPT generic \
24kec "24KEc" \
24kef2_1 "24KEf2_1" \
24kef1_1 "24KEf1_1" \
34kc "34Kc" \
34kf2_1 "34Kf2_1" \
34kf1_1 "34Kf1_1" \
r2000 "Build for R2000 CPU" \
r3000 "Build for R3000 CPU" \
r3900 "Build for R3900 CPU" \

Loading…
Cancel
Save