summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-06-13 15:33:47 +1000
committerChris Johns <chrisj@rtems.org>2017-06-14 11:22:50 +1000
commitb4f52bde45fd26f74a7636e6491a33d936c4482b (patch)
tree735c23037f480a11a656c20711943c7654ca2924
parent4.11/moxie: Revert binutils to 2.25 to support the matching gcc instruction set. (diff)
downloadrtems-source-builder-b4f52bde45fd26f74a7636e6491a33d936c4482b.tar.bz2
4.11/h8300: Disable the simulator on Windows.
Closes #3044.
-rw-r--r--rtems/config/4.11/rtems-h8300.bset7
1 files changed, 7 insertions, 0 deletions
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