tcl: HostOs now picks up eCos as well during compile time
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>__archive__
parent
db6c2871dd
commit
151a270695
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue