From 151a270695416824940ca64016b3dcd75d9c75fa Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Tue, 10 Nov 2009 08:36:19 +0100 Subject: tcl: HostOs now picks up eCos as well during compile time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/helper/command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helper/command.c b/src/helper/command.c index d29b6ec3..5d69ffb3 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"; -- cgit v1.2.3