rtems-4.11: Do not build GDB sim on MinGW32 for some targets.

They are:
  m32c
  microblaze
  mips
  moxie
  powerpc
  sparc
  v850
This commit is contained in:
Chris Johns
2014-08-05 22:54:33 +00:00
parent 039381478b
commit aaa015eda0
8 changed files with 47 additions and 1 deletions

View File

@@ -4,11 +4,20 @@
# This configuration file configure's, make's and install's gdb.
#
#
# See if the simulator has been disabled for Windows.
#
%if %{_host_os} == mingw32
%if %{defined win32-gdb-disable-sim}
%define gdb-disable-sim 1
%endif
%endif
#
# Default to building simulators.
#
%ifn %{defined gdb-disable-sim}
%define gdb-disable-sim 0
%define gdb-disable-sim 0
%endif
%include %{_configdir}/checks.cfg