summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/rtems4.11/bfin/gdb-sources.add')
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/gdb-sources.add18
1 files changed, 14 insertions, 4 deletions
diff --git a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
index ece19d9a03..0cdd0bbcf6 100644
--- a/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.11/bfin/gdb-sources.add
@@ -1,3 +1,17 @@
+%if "%{gdb_version}" == "7.3.91"
+Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
+%endif
+%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
+
+%if "%{gdb_version}" == "7.3.1"
BuildRequires: @rpmprefix@bfin-rtems4.11-binutils
BuildRequires: texinfo
@@ -6,8 +20,4 @@ BuildRequires: texinfo
# 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