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

13 lines
281 B
Bash
Raw Normal View History

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