mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
Disable sim on mingw32.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user