crosstool-ng/scripts/build/arch/parisc.sh

15 lines
251 B
Bash
Raw Normal View History

# Compute parisc-specific values
CT_DoArchTupleValues()
{
# The architecture part of the tuple:
CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_SUFFIX}"
}
CT_DoArchUClibcConfig()
{
local cfg="${1}"
CT_DoArchUClibcSelectArch "${cfg}" "parisc"
}