mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Fix the check to disable the gdb simulator.
Check to see if the macro is defined. If not defined define it with the simulator enabled.
This commit is contained in:
parent
3a0e5615fa
commit
46506f1087
@ -4,7 +4,10 @@
|
||||
# This configuration file configure's, make's and install's gdb.
|
||||
#
|
||||
|
||||
%if %{gdb-disable-sim} == %{nil}
|
||||
#
|
||||
# Default to building simulators.
|
||||
#
|
||||
%ifn %{defined gdb-disable-sim}
|
||||
%define gdb-disable-sim 0
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user