summaryrefslogtreecommitdiff
path: root/src/helper/options.c
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-01 16:06:46 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-01 16:06:46 +0000
commitab87627c5c4154a3e30108f7e4dd07f5d95c4390 (patch)
treed6b48456554d83ff384ab95eea98b934d70a0a86 /src/helper/options.c
parentf4d82deb36b857c6d60d9f31b60d58665a8d6216 (diff)
downloadopenocd+libswd-ab87627c5c4154a3e30108f7e4dd07f5d95c4390.tar.gz
openocd+libswd-ab87627c5c4154a3e30108f7e4dd07f5d95c4390.tar.bz2
openocd+libswd-ab87627c5c4154a3e30108f7e4dd07f5d95c4390.tar.xz
openocd+libswd-ab87627c5c4154a3e30108f7e4dd07f5d95c4390.zip
- add gdb pipe support to native win32 (--pipe option)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1294 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/options.c')
-rw-r--r--src/helper/options.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper/options.c b/src/helper/options.c
index 203791bd..dd9f7138 100644
--- a/src/helper/options.c
+++ b/src/helper/options.c
@@ -149,14 +149,8 @@ int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[]
/* pipes unsupported on hosted platforms */
LOG_WARNING("pipes not supported on this platform");
#else
-#ifdef IS_MINGW
- /* pipes currently unsupported on win32 */
- LOG_WARNING("pipes currently unsupported on win32");
- exit(1);
-#else
server_use_pipes = 1;
#endif
-#endif
break;
}
}