This is an automated email from Gerrit. Wim Lewis ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/547
-- gerrit commit c7ae1d127ce5e906b39ea5f8ccd69656d01fd354 Author: Wim Lewis <[email protected]> Date: Sat Mar 24 18:06:12 2012 -0700 Add value "openbsd" for ocd_HOSTOS. Change-Id: I9b0dd87d85c0792730f507176001d39c44da7117 Signed-off-by: Wim Lewis <[email protected]> diff --git a/src/helper/command.c b/src/helper/command.c index fb1a709..ef0afa2 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -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"; -- ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
