From 8e5d1758da135524def28b85c653d4b36e2b11a4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 10 Mar 2009 10:55:03 +0000 Subject: Disable m32c simulator. --- contrib/crossrpms/gdb/gdb.add | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3