scripts/build/arch/blackfin.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon May 12 00:09:31 2014 +0200 (2014-05-12)
changeset 3323 99029fac116b
parent 1910 207ad430c254
permissions -rw-r--r--
arch: use the newly introduced target_bits_64

Convert MIPS and Sparc over to using the new target_bits_64 variable.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
thomas@1910
     1
# Compute Blackfin-specific values
thomas@1910
     2
thomas@1910
     3
CT_DoArchTupleValues() {
thomas@1910
     4
    # The architecture part of the tuple:
w@3169
     5
    CT_TARGET_ARCH="bfin${CT_ARCH_SUFFIX}"
thomas@1910
     6
thomas@1910
     7
    # gcc ./configure flags
thomas@1910
     8
    CT_ARCH_WITH_ARCH=
thomas@1910
     9
    CT_ARCH_WITH_ABI=
thomas@1910
    10
    CT_ARCH_WITH_CPU=
thomas@1910
    11
    CT_ARCH_WITH_TUNE=
thomas@1910
    12
    CT_ARCH_WITH_FPU=
thomas@1910
    13
    CT_ARCH_WITH_FLOAT=
thomas@1910
    14
}