mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user