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:
parent
db6c2871dd
commit
151a270695
|
@ -770,6 +770,8 @@ command_context_t* command_init()
|
||||||
HostOs = "cygwin";
|
HostOs = "cygwin";
|
||||||
#elif defined(__MINGW32__)
|
#elif defined(__MINGW32__)
|
||||||
HostOs = "mingw32";
|
HostOs = "mingw32";
|
||||||
|
#elif defined(__ECOS)
|
||||||
|
HostOs = "ecos";
|
||||||
#else
|
#else
|
||||||
#warn unrecognized host OS...
|
#warn unrecognized host OS...
|
||||||
HostOs = "other";
|
HostOs = "other";
|
||||||
|
|
Loading…
Reference in New Issue