summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
blob: ece19d9a0387f993ab950deb7a7e9807c04f9130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
BuildRequires:  @rpmprefix@bfin-rtems4.11-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.11/gdb-7.3.1-rtems4.11-20110905.diff
%endif