This is an automated email from Gerrit. Aymeric Vincent ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/998
-- gerrit commit 204127c69a34f575ce82bc914016c5a13438273c Author: Aymeric Vincent <[email protected]> Date: Fri Nov 30 18:28:02 2012 +0100 Make NetBSD a recognized system Change-Id: I7fcb540553da7833a8b6a82335a7296539a8f491 Signed-off-by: Aymeric Vincent <[email protected]> diff --git a/src/helper/command.c b/src/helper/command.c index 046f9d8..bb04fb6 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -1313,6 +1313,8 @@ struct command_context *command_init(const char *startup_tcl, Jim_Interp *interp HostOs = "ecos"; #elif defined(__FreeBSD__) HostOs = "freebsd"; +#elif defined(__NetBSD__) + HostOs = "netbsd"; #elif defined(__OpenBSD__) HostOs = "openbsd"; #else -- ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
