Disable sim on mingw32.

This commit is contained in:
Ralf Corsepius
2009-03-10 10:56:03 +00:00
parent 8e5d1758da
commit aab8725e33
2 changed files with 8 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ GCC_OPTS += --disable-infos
GDB_VERS = 6.8.50.20090224
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 3
GDB_RPMREL = 4
include ../gdb.am
GDB_OPTS += -disable-infos
GDB_OPTS += --disable-infos
CPUKIT_VERS = 4.9.99.0
CPUKIT_PKGVERS = $(CPUKIT_VERS)-20090206-2

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-m32c-rtems4.10-gdb
Summary: Gdb for target m32c-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,6 +75,11 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "m32c-rtems4.10" == "h8300-rtems4.10"
%define build_sim --disable-sim
%endif
%if "%{gdb_version}" >= "6.8.50"
%if "m32c-rtems4.10" == "m32c-rtems4.10"
%define build_sim --disable-sim
%endif
%endif
%if "m32c-rtems4.10" == "lm32-rtems4.10"
%define build_sim --disable-sim
%endif