From b4f52bde45fd26f74a7636e6491a33d936c4482b Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 13 Jun 2017 15:33:47 +1000 Subject: 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 @@ -16,6 +16,13 @@ # %define with_iconv 0 +# +# Simulator does not build on Windows. +# +%if %{_host_os} == win32 + %define gdb-disable-sim 1 +%endif + # # Tools configuration. # -- cgit v1.2.3