Dash:
[t2-trunk.git] / architecture / mips64 / config.in
blob6ce9e1947adb6db3221869c29e9c147cd5c62927
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: architecture/mips64/config.in
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: MIPS64
17 choice SDECFG_MIPS64_ENDIANESS EB \
18         EB      "Build for big endian machines" \
19         EL      "Build for little endian machines"
21 SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS64_ENDIANESS"
23 bool 'Default to 32-bit (N32) for the user-space applications' SDECFG_MIPS64_N32 1
25 if [ $SDECFG_MIPS64_N32 = 1 ]; then
26         SDECFG_ID="$SDECFG_ID-n32"
29 choice SDECFG_MIPS64_OPT generic                \
30         generic "No special optimization"       \
31         r5000   "Build for R5000 CPU"           \
32         r6000   "Build for R6000 CPU"           \
33         r8000   "Build for R8000 CPU"           \
34         r10000  "Build for R10000 CPU"          \
35         r12000  "Build for R12000 CPU"          \
36         r14000  "Build for R14000 CPU"          \
37         r16000  "Build for R16000 CPU"          \
38         mips64  "Build for MIPS64 CPU"          \
39         octeon  "Build for Cavium Octeon"
41 if [ $SDECFG_MIPS64_OPT != generic ]; then
42         SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS64_OPT"
45 SDECFGSET_MULTILIB=1