scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed May 07 18:40:48 2014 +0200 (2014-05-07)
changeset 3306 80e46e644bc0
parent 1189 5c20d52c8270
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>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0