diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add index 6c8f68fd56..efd3a5e0b8 100644 --- a/contrib/crossrpms/gdb/gdb.add +++ b/contrib/crossrpms/gdb/gdb.add @@ -28,6 +28,11 @@ BuildRequires: %{_host_rpmprefix}gcc %if "@tool_target@" == "h8300-rtems@rtems_api@" %define build_sim --disable-sim %endif +%if "%{gdb_version}" >= "6.8.50" +%if "@tool_target@" == "m32c-rtems@rtems_api@" +%define build_sim --disable-sim +%endif +%endif %if "@tool_target@" == "lm32-rtems@rtems_api@" %define build_sim --disable-sim %endif