From dfc5994847831cc2124c8bb4825439da18fee4bf Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 17 Mar 2015 21:37:43 +1100 Subject: elftoolchain: Add support for Cygwin. --- rtemstoolkit/elftoolchain/libelf/_libelf_config.h | 6 +++--- 1 file 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__) -- cgit v1.2.3