summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-09-14 18:04:55 -0500
committerJoel Sherrill <joel@rtems.org>2017-09-14 18:04:55 -0500
commitf4378eaac7c7073803569275c867b76d2f8a5ef0 (patch)
treee0c9523f8fe3e3e8bd50d9af94e6a7926f683313
parentrtemstoolkit: Remove throw from file::image destructor. (diff)
downloadrtems-tools-f4378eaac7c7073803569275c867b76d2f8a5ef0.tar.bz2
tester/covoar/DesiredSymbols.cc: Now compiles on Cygwin
-rw-r--r--tester/covoar/DesiredSymbols.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tester/covoar/DesiredSymbols.cc b/tester/covoar/DesiredSymbols.cc
index fbb6ff2..00d1984 100644
--- a/tester/covoar/DesiredSymbols.cc
+++ b/tester/covoar/DesiredSymbols.cc
@@ -5,6 +5,10 @@
* which provide the functionality of the DesiredSymbols.
*/
+#ifdef __CYGWIN__
+#undef __STRICT_ANSI__
+#endif
+
#include <libgen.h>
#include <limits.h>
#include <stdio.h>