scripts/build/arch/avr32.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed May 07 18:40:48 2014 +0200 (2014-05-07)
changeset 3306 80e46e644bc0
parent 1371 802c132f1f71
permissions -rw-r--r--
TODO: remove some items

Those items have now been implemented:

- mingw32 target
we have it now, and even mingw64 too

- mingw32 host
it is certainly possible to canadian-build a toolchain to run
in a mingw host

- Cygwin host
it is possible to build a toolchain in Cygwin, and it is probably
possible to canadian-build it as well

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 }