mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-14 13:56:16 +08:00
elftoolchain: Add support for Cygwin.
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
Reference in New Issue
Block a user