* disable buliding sometimes failing libspice tests
[t2sde.git] / architecture / mips64 / parse-config
blob09fecba49d680f2c3db8121fe78d28b8563729cd
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/mips64/parse-config
3 # Copyright (C) 2018 - 2023 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 if [ "$SDECFG_MIPS64_N32" = 1 ]; then
13     # TODO: make dietlibc parse-config -7 (or so) and this one -9 (or so) ,-)
14     x="${pkg//-/_}" ; x="${x//+/_}"
15     eval x=\$SDECFG_DIETLIBC_$x
16     if [ "$pkg" == "dietlibc" -o "$x" = 1 ]; then
17         echo_status "Building package for 64bit ..."
18         var_append GCC_WRAPPER_INSERT ' ' '-mabi=64'
19     fi
21     arch_sizeof_long=4
22     arch_sizeof_char_p=4