i guess this deserves a bit explanation.
i am developing a fully automated testing software, which would build binaries for different target platforms on a single host machine, then deploy binaries to the target systems. apparently, the target system mostly likely does not have toolchain.
as such, i do not necessarily have to build tc application, but i personally like tc as a lightweight/free/easy-to-use distro, it would represent linux platform as good as any.
i have been very curious about how much adoption of tc in commercial applications.
by the way, my code will be open source, and suggestions are always welcome.