[PATCH 1/2] tester/covoar/DesiredSymbols.cc: Now compiles on Cygwin

Joel Sherrill joel at rtems.org
Thu Feb 1 18:49:08 UTC 2018


---
 tester/covoar/DesiredSymbols.cc | 4 ++++
 1 file changed, 4 insertions(+)

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>
-- 
1.8.3.1




More information about the devel mailing list