Disable m32c simulator.

This commit is contained in:
Ralf Corsepius
2009-03-10 10:55:03 +00:00
parent f29c64bcc6
commit 8e5d1758da

View File

@@ -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