aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/arch/tricore.sh
blob: 1051b56f3cc3ba0b4e2afa761efa34e415b8a7b6 (plain)
1
2
3
4
5
6
7
8
9
# Compute tricore-specific values

CT_DoArchTupleValues()
{
    # The architecture part of the tuple:
    CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX}"
    CT_ARCH_ENDIAN_CFLAG=""
    CT_ARCH_ENDIAN_LDFLAG=""
}