# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by scripts/Create-CopyPatch. # # T2 SDE: architecture/mips64/config.in # Copyright (C) 2004 - 2020 The T2 SDE 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: MIPS64 choice SDECFG_MIPS64_ENDIANESS EB \ EB "Build for big endian machines" \ EL "Build for little endian machines" SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS64_ENDIANESS" bool 'Default to 32-bit (N32) for the user-space applications' SDECFG_MIPS64_N32 1 if [ $SDECFG_MIPS64_N32 = 1 ]; then SDECFG_ID="$SDECFG_ID-n32" fi choice SDECFG_MIPS64_OPT generic \ generic "No special optimization" \ r5000 "Build for R5000 CPU" \ r6000 "Build for R6000 CPU" \ r8000 "Build for R8000 CPU" \ r10000 "Build for R10000 CPU" \ r12000 "Build for R12000 CPU" \ r14000 "Build for R14000 CPU" \ r16000 "Build for R16000 CPU" \ mips64 "Build for MIPS64 CPU" \ octeon "Build for Cavium Octeon" if [ $SDECFG_MIPS64_OPT != generic ]; then SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS64_OPT" fi SDECFGSET_MULTILIB=1