Add value "openbsd" for ocd_HOSTOS.

Change-Id: I9b0dd87d85c0792730f507176001d39c44da7117
Signed-off-by: Wim Lewis <wiml@hhhh.org>
Reviewed-on: http://openocd.zylin.com/547
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Wim Lewis 2012-03-24 18:06:12 -07:00 committed by Peter Stuge
parent d1a6dfbb87
commit d40cb56d49

View File

@ -1311,6 +1311,8 @@ struct command_context *command_init(const char *startup_tcl, Jim_Interp *interp
HostOs = "ecos";
#elif defined(__FreeBSD__)
HostOs = "freebsd";
#elif defined(__OpenBSD__)
HostOs = "openbsd";
#else
#warning "Unrecognized host OS..."
HostOs = "other";