summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-01-10 10:06:58 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-01-10 10:06:58 -0800
commitc8267930c7cff5685b33cd0174deb75a46dbb09b (patch)
treeb679b876a63d5de1f0d845e6b737dfb20b4c574d /doc
parent5e221fa3a72dcdde92cf749495131748d32f7d8a (diff)
downloadopenocd+libswd-c8267930c7cff5685b33cd0174deb75a46dbb09b.tar.gz
openocd+libswd-c8267930c7cff5685b33cd0174deb75a46dbb09b.tar.bz2
openocd+libswd-c8267930c7cff5685b33cd0174deb75a46dbb09b.tar.xz
openocd+libswd-c8267930c7cff5685b33cd0174deb75a46dbb09b.zip
FreeBSD build fixes
Based on notes from Tomek Cedro <tomek.cedro@gmail.com> and Steve Franks <bahamasfranks@gmail.com>. In the User's Guide, sort the list of operating systems reported through Tcl with $ocd_HOSTOS ... and include FreeBSD. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 6466d6dc..0eb40b13 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6913,11 +6913,12 @@ variables. JimTCL, as implemented in OpenOCD creates $ocd_HOSTOS which
holds one of the following values:
@itemize @bullet
-@item @b{winxx} Built using Microsoft Visual Studio
-@item @b{linux} Linux is the underlying operating sytem
-@item @b{darwin} Darwin (mac-os) is the underlying operating sytem.
@item @b{cygwin} Running under Cygwin
+@item @b{darwin} Darwin (Mac-OS) is the underlying operating sytem.
+@item @b{freebsd} Running under FreeBSD
+@item @b{linux} Linux is the underlying operating sytem
@item @b{mingw32} Running under MingW32
+@item @b{winxx} Built using Microsoft Visual Studio
@item @b{other} Unknown, none of the above.
@end itemize