summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__)