# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by scripts/Create-CopyPatch. # # T2 SDE: architecture/mips/config.in # Copyright (C) 2004 - 2020 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- #Description: MIPS choice SDECFG_MIPS_ENDIANESS EB \ EB "Build for big endian machines" \ EL "Build for little endian machines" SDECFG_ID="${SDECFG_ID}${SDECFG_MIPS_ENDIANESS}" choice SDECFG_MIPS_OPT generic \ generic "No special optimization" \ mips1 "MIPS Instruction Set Architecture 1" \ mips2 "MIPS Instruction Set Architecture II" \ mips3 "MIPS Instruction Set Architecture III" \ mips4 "MIPS Instruction Set Architecture IV" \ mips32 "MIPS Instruction Set Architecture 32Bit" \ mips32r2 "MIPS Instruction Set Architecture 32Bit V2.0" \ mips64 "MIPS Instruction Set Architecture 64Bit" \ 4kc "MIPS 4kc processor" \ 4km "MIPS 4km processor" \ 4kp "MIPS 4kp processor" \ 4kec "MIPS 4kec processor" \ 4kem "MIPS 4kem processor" \ 4kep "MIPS 4kep processor" \ 5kc "MIPS 5kc processor" \ 5kf "MIPS 5kf processor" \ 20kc "MIPS 20kc processor" \ 24kc "MIPS 24kc processor" \ 24kf "MIPS 24kf processor" \ 24kx "MIPS 24kx processor" \ 24kec "MIPS 24kec processor" \ 24kef "MIPS 24kef processor" \ 24kex "MIPS 24kex processor" \ 34kc "MIPS 34kc processor" \ 34kf "MIPS 34kf processor" \ 34kx "MIPS 34kx processor" \ m4k "MIPS m4k processor" \ orion "MIPS orion processor" \ r2000 "MIPS r2000 processor" \ r3000 "MIPS r3000 processor" \ r3900 "MIPS r3900 processor" \ r4000 "MIPS r4000 processor" \ r4400 "MIPS r4400 processor" \ r4600 "MIPS r4600 processor" \ r4650 "MIPS r4650 processor" \ r6000 "MIPS r6000 processor" \ r8000 "MIPS r8000 processor" \ rm7000 "MIPS rm7000 processor" \ rm9000 "MIPS rm9000 processor" \ sb1 "MIPS sb1 processor" \ sr71000 "MIPS sr71000 processor" \ vr4100 "MIPS vr4100 processor" \ vr4111 "MIPS vr4111 processor" \ vr4120 "MIPS vr4120 processor" \ vr4130 "MIPS vr4130 processor" \ vr4300 "MIPS vr4300 processor" \ vr5000 "MIPS vr5000 processor" \ vr5400 "MIPS vr5400 processor" \ vr5500 "MIPS vr5500 processor" if [ $SDECFG_MIPS_OPT != generic ] ; then SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_OPT" fi