mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 23:12:40 +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=""
|
||
|
}
|