* updated glibc (2.40 -> 2.41)
[t2sde.git] / architecture / mips64 / linux.conf.sh
blobf464212ce788be74392e2ed8c483f9126e93eadf
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/mips64/linux.conf.sh
3 # Copyright (C) 2013 - 2024 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 ---
13 [ "$SDECFG_MIPS64_ENDIANESS" = "EL" ] &&
14 echo "CONFIG_CPU_LITTLE_ENDIAN=y" ||
15 echo "CONFIG_CPU_BIG_ENDIAN=y"
17 echo "include(\`linux.conf.m4')"
19 if [ "$1" ]; then
20 echo "# CONFIG_OF is not set"
21 echo "include(\`linux.conf.$1')"
23 } | m4 -I $base/architecture/$arch -I $base/architecture/mips -I $base/architecture/share