summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-05 06:16:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-05 06:16:47 +0000
commit79fa247288a44d3024044e5d60984679ff024c9f (patch)
tree3b882147d3d194fc7e490622f1574d3bfdec5e5e /contrib
parentRegenerate. (diff)
downloadrtems-79fa247288a44d3024044e5d60984679ff024c9f.tar.bz2
Restore bfin hacks.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/gdb-sources.add13
1 files changed, 9 insertions, 4 deletions
diff --git a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
index 54b7731515..ece19d9a03 100644
--- a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
@@ -1,8 +1,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
-%if "%{gdb_version}" == "7.2"
-Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
-Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.11-20100907.diff
-%endif