summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-03-17 21:37:43 +1100
committerChris Johns <chrisj@rtems.org>2015-03-17 21:37:43 +1100
commitdfc5994847831cc2124c8bb4825439da18fee4bf (patch)
tree7b8f6444f8b27dd2d5788f5586bb15e0dad46a52
parentgdb/python: Update the support to a recent RTEMS. (diff)
downloadrtems-tools-dfc5994847831cc2124c8bb4825439da18fee4bf.tar.bz2
elftoolchain: Add support for Cygwin.
-rw-r--r--rtemstoolkit/elftoolchain/libelf/_libelf_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtemstoolkit/elftoolchain/libelf/_libelf_config.h b/rtemstoolkit/elftoolchain/libelf/_libelf_config.h
index a318e70..120f090 100644
--- a/rtemstoolkit/elftoolchain/libelf/_libelf_config.h
+++ b/rtemstoolkit/elftoolchain/libelf/_libelf_config.h
@@ -117,7 +117,7 @@
#ifdef __APPLE__
-#define LIBELF_VCSID(ID)
+#define LIBELF_VCSID(ID)
#if defined(__amd64__)
@@ -174,9 +174,9 @@
#endif /* defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) */
-#ifdef __WIN32__
+#if defined(__WIN32__) || defined(__CYGWIN__)
-#define LIBELF_VCSID(ID)
+#define LIBELF_VCSID(ID)
#if defined(__amd64__)