summaryrefslogtreecommitdiff
path: root/scripts/build/arch/blackfin.sh
blob: e707617f8aed4544a2167462aee5ba26b66612fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Compute Blackfin-specific values

CT_DoArchTupleValues() {
    # The architecture part of the tuple:
    CT_TARGET_ARCH="bfin"

    # gcc ./configure flags
    CT_ARCH_WITH_ARCH=
    CT_ARCH_WITH_ABI=
    CT_ARCH_WITH_CPU=
    CT_ARCH_WITH_TUNE=
    CT_ARCH_WITH_FPU=
    CT_ARCH_WITH_FLOAT=
}