scripts/build/arch/avr32.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Mar 03 15:25:52 2013 +0100 (2013-03-03)
changeset 3188 388459fe2c22
parent 1371 802c132f1f71
permissions -rw-r--r--
debug/gdb: fix $need_ncurses_src usage

It should be used only to decide whether we need to download/extract
ncurses, not wheter we should build it or not.

Reported-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 # Compute AVR32-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # gcc ./configure flags
     5     CT_ARCH_WITH_ARCH=
     6     CT_ARCH_WITH_ABI=
     7     CT_ARCH_WITH_CPU=
     8     CT_ARCH_WITH_TUNE=
     9     CT_ARCH_WITH_FPU=
    10     CT_ARCH_WITH_FLOAT=
    11     CT_TARGET_SYS=none
    12 
    13 }