[PATCH 7/7] 4.11/h8300: Disable the simulator on Windows.
Chris Johns
chrisj at rtems.org
Wed Jun 14 05:41:50 UTC 2017
Closes #3044.
---
rtems/config/4.11/rtems-h8300.bset | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/rtems/config/4.11/rtems-h8300.bset b/rtems/config/4.11/rtems-h8300.bset
index 569bb75..6e28f0b 100644
--- a/rtems/config/4.11/rtems-h8300.bset
+++ b/rtems/config/4.11/rtems-h8300.bset
@@ -17,6 +17,13 @@
%define with_iconv 0
#
+# Simulator does not build on Windows.
+#
+%if %{_host_os} == win32
+ %define gdb-disable-sim 1
+%endif
+
+#
# Tools configuration.
#
4.11/rtems-autotools
--
2.12.1
More information about the devel
mailing list