tcl: HostOs now picks up eCos as well during compile time

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2009-11-10 08:36:19 +01:00
parent db6c2871dd
commit 151a270695

View File

@ -770,6 +770,8 @@ command_context_t* command_init()
HostOs = "cygwin";
#elif defined(__MINGW32__)
HostOs = "mingw32";
#elif defined(__ECOS)
HostOs = "ecos";
#else
#warn unrecognized host OS...
HostOs = "other";