* updated glibc (2.40 -> 2.41)
[t2sde.git] / architecture / arm64 / config.in
blobdbc74edc8cce2bb5283d5b7e6d85017bcd8f1cac
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/arm64/config.in
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 #Description: ARM64 (Advanced 64 Bit RISC Machines)
14 choice SDECFG_ARM64_ENDIANESS el \
15         eb      "Build for big endian machines" \
16         el      "Build for little endian machines"
18 if [ $SDECFG_ARM64_ENDIANESS != el ]; then
19         SDECFG_ID="${SDECFG_ID}${SDECFG_ARM64_ENDIANESS}"
22 choice SDECFG_ARM64_OPT generic \
23         generic         "Generic Armv8" \
24         armv8.1-a       "Armv8.1-A (+crc, +lse, +rdma)" \
25         armv8.4-a       "Armv8.4-A (+fp16fml, +dotprod)" \
26         armv8.5-a       "Armv8.5-A (+sb, +ssbs, +predres" \
27         armv8.6-a       "Armv8.6-A (+bf16, +i8mm)" \
28         armv8.7-a       "Armv8.7-A (+ls64)" \
29         armv8.8-a       "Armv8.8-A (+mops)" \
30         armv9-a         "Armv9-A (+sve, +sve2)"
32 if [ $SDECFG_ARM64_OPT != generic ]; then
33         SDECFG_ID="$SDECFG_ID-$SDECFG_ARM64_OPT"