* updated ktp-call-ui (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / architecture / mips64 / parse-config
blob8ed838310d4395e52b87dbbc112ed0498c9a9ef6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: architecture/mips64/parse-config
5 # Copyright (C) 2018 - 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 if [ "$SDECFG_MIPS64_N32" = 1 ]; then
16     # TODO: make dietlibc parse-config -7 (or so) and this one -9 (or so) ,-)
17     x="${pkg//-/_}" ; x="${x//+/_}"
18     eval x=\$SDECFG_DIETLIBC_$x
19     if [ "$pkg" == "dietlibc" -o "$x" = 1 ]; then
20         echo_status "Building package for 64bit ..."
21         var_append GCC_WRAPPER_INSERT ' ' '-mabi=64'
22     fi