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

CT_DoArchTupleValues() {
    # 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=
    CT_TARGET_SYS=none

}