mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Windows is win32 when testing for the host.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#
|
||||
# See if the simulator has been disabled for Windows.
|
||||
#
|
||||
%if %{_host_os} == mingw32
|
||||
%if %{_host_os} == win32
|
||||
%if %{defined win32-gdb-disable-sim}
|
||||
%define gdb-disable-sim 1
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user