thomas@1910: # Compute Blackfin-specific values thomas@1910: thomas@1910: CT_DoArchTupleValues() { thomas@1910: # The architecture part of the tuple: w@3169: CT_TARGET_ARCH="bfin${CT_ARCH_SUFFIX}" thomas@1910: thomas@1910: # gcc ./configure flags thomas@1910: CT_ARCH_WITH_ARCH= thomas@1910: CT_ARCH_WITH_ABI= thomas@1910: CT_ARCH_WITH_CPU= thomas@1910: CT_ARCH_WITH_TUNE= thomas@1910: CT_ARCH_WITH_FPU= thomas@1910: CT_ARCH_WITH_FLOAT= thomas@1910: }