From: Øyvind H. <go...@us...> - 2009-11-10 08:38:35
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 151a270695416824940ca64016b3dcd75d9c75fa (commit) from db6c2871dd3f106ca8b5dc8828a17f8b729de181 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 151a270695416824940ca64016b3dcd75d9c75fa Author: Ãyvind Harboe <oyv...@zy...> Date: Tue Nov 10 08:36:19 2009 +0100 tcl: HostOs now picks up eCos as well during compile time Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/src/helper/command.c b/src/helper/command.c index d29b6ec..5d69ffb 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -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"; ----------------------------------------------------------------------- Summary of changes: src/helper/command.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |