[rtems-source-builder commit] 4.11/h8300: Disable the simulator on Windows.
Chris Johns
chrisj at rtems.org
Thu Jun 15 02:24:43 UTC 2017
Module: rtems-source-builder
Branch: 4.11
Commit: b4f52bde45fd26f74a7636e6491a33d936c4482b
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=b4f52bde45fd26f74a7636e6491a33d936c4482b
Author: Chris Johns <chrisj at rtems.org>
Date: Tue Jun 13 15:33:47 2017 +1000
4.11/h8300: Disable the simulator on Windows.
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
More information about the vc
mailing list