diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-06 14:36:37 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-06 14:36:37 +0000 |
commit | ce16ff901c63c65d6087af4436159a6529de3b95 (patch) | |
tree | d8589e3ec36005a5c14a89528a23c81d23719323 /doc | |
parent | 09bb073239279be4df77a40377da66a741f43c5c (diff) | |
download | openocd_libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.gz openocd_libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.bz2 openocd_libswd-ce16ff901c63c65d6087af4436159a6529de3b95.tar.xz openocd_libswd-ce16ff901c63c65d6087af4436159a6529de3b95.zip |
- fix target_examine declaration
- remove build warnings
- added --enable-gccwarnings to docs
- update mips_m4k_examine function
git-svn-id: svn://svn.berlios.de/openocd/trunk@893 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index de996eb9..ef921536 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -193,6 +193,13 @@ absolute path containing no spaces. Linux users should copy the various parts of the D2XX package to the appropriate locations, i.e. /usr/include, /usr/lib. +Miscellaneous configure options + +@itemize @bullet +@item +@option{--enable-gccwarnings} - enable extra gcc warnings during build +@end itemize + @node Running @chapter Running @cindex running OpenOCD |