mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
10 lines
210 B
Bash
10 lines
210 B
Bash
|
# 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=""
|
||
|
}
|