4.11/h8300: Disable the simulator on Windows.

Closes #3044.
This commit is contained in:
Chris Johns 2017-06-13 15:33:47 +10:00
parent f18689afdc
commit b4f52bde45

View File

@ -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.
#