summaryrefslogtreecommitdiff
path: root/contrib/crossrpms/rtems4.10/bfin/gdb-sources.add
blob: c309de489cefec618073a1f6310fef6c3d1ed57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BuildRequires:  @rpmprefix@bfin-rtems4.10-binutils
BuildRequires:  texinfo

# The bfin simulator silently tries to conditionally build an SDL based GUI, 
# but fails to link correctly
# Force not building the GUI.
%{!?suse:BuildConflicts: SDL-devel}
%{?suse:BuildConflicts: libSDL-devel}

%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.3.1-rtems4.10-20110919.diff
%endif