mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user