From d334010610c08374d6c5dd686d80b35a906e97b2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 25 Feb 2009 07:41:06 +0000 Subject: Disable lm32 simulator on mingw32. --- contrib/crossrpms/gdb/gdb.add | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add index f36aa9a059..6c8f68fd56 100644 --- a/contrib/crossrpms/gdb/gdb.add +++ b/contrib/crossrpms/gdb/gdb.add @@ -28,6 +28,9 @@ BuildRequires: %{_host_rpmprefix}gcc %if "@tool_target@" == "h8300-rtems@rtems_api@" %define build_sim --disable-sim %endif +%if "@tool_target@" == "lm32-rtems@rtems_api@" +%define build_sim --disable-sim +%endif %if "@tool_target@" == "mipstx39-rtems@rtems_api@" %define build_sim --disable-sim %endif -- cgit v1.2.3