summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.7
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-07-13 16:48:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-07-13 16:48:53 +0000
commit460d7e78ced21156ca54fbb88f596d89e576aa4d (patch)
treed7808d71529dacd1dfd27ec4447aa39b225940c0 /contrib/crossrpms/rtems4.7
parentBR: libtermcap-devel for sparc-rtems. (diff)
downloadrtems-460d7e78ced21156ca54fbb88f596d89e576aa4d.tar.bz2
2006-07-13 Joel Sherrill <joel@oarcorp.com>
* configure.ac, rtems4.7/Makefile.am, rtems4.7/arm/Makefile.am, rtems4.7/arm/gdb-sources.add, rtems4.7/avr/Makefile.am, rtems4.7/avr/gdb-sources.add, rtems4.7/h8300/Makefile.am, rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/Makefile.am, rtems4.7/i386/gdb-sources.add, rtems4.7/m68k/Makefile.am, rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/Makefile.am, rtems4.7/mips/gdb-sources.add, rtems4.7/powerpc/Makefile.am, rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/Makefile.am, rtems4.7/sh/gdb-sources.add, rtems4.7/sparc/Makefile.am, rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add: Updated to gdb 6.5 * patches/gdb-6.5-rtems-20060713.diff, rtems4.7/mipstx39/.cvsignore, rtems4.7/mipstx39/Makefile.am, rtems4.7/mipstx39/gdb-sources.add: New files.
Diffstat (limited to '')
-rw-r--r--contrib/crossrpms/rtems4.7/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/arm/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/avr/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/avr/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/h8300/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/h8300/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/i386/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/i386/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/mips/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/mips/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/.cvsignore4
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/Makefile.am10
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add3
-rw-r--r--contrib/crossrpms/rtems4.7/powerpc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/sh/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/sh/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/sparc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.7/sparc/gdb-sources.add2
-rw-r--r--contrib/crossrpms/rtems4.7/tic4x/gdb-sources.add2
23 files changed, 38 insertions, 20 deletions
diff --git a/contrib/crossrpms/rtems4.7/Makefile.am b/contrib/crossrpms/rtems4.7/Makefile.am
index 096d57f5c7..8354b152c4 100644
--- a/contrib/crossrpms/rtems4.7/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS += h8300
SUBDIRS += i386
SUBDIRS += m68k
SUBDIRS += mips
+SUBDIRS += mipstx39
SUBDIRS += powerpc
SUBDIRS += sh
SUBDIRS += sparc
diff --git a/contrib/crossrpms/rtems4.7/arm/Makefile.am b/contrib/crossrpms/rtems4.7/arm/Makefile.am
index 293b2f1d03..b1f130d615 100644
--- a/contrib/crossrpms/rtems4.7/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/arm/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/arm/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/avr/Makefile.am b/contrib/crossrpms/rtems4.7/avr/Makefile.am
index e72eb8759e..c66bdf3a93 100644
--- a/contrib/crossrpms/rtems4.7/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/avr/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS +=
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/avr/gdb-sources.add b/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/avr/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/h8300/Makefile.am b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
index 8b4c164288..d8b9348684 100644
--- a/contrib/crossrpms/rtems4.7/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add b/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/h8300/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/i386/Makefile.am b/contrib/crossrpms/rtems4.7/i386/Makefile.am
index 10b3560cad..ea790771e1 100644
--- a/contrib/crossrpms/rtems4.7/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/i386/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/i386/gdb-sources.add b/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/i386/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/m68k/Makefile.am b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
index e96d551b09..96ea2e20ed 100644
--- a/contrib/crossrpms/rtems4.7/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
@@ -4,7 +4,7 @@ TARGET = m68k-rtems4.7
include $(top_srcdir)/mkspec.am
-BINUTILS_VERS = 2.16.1
+BINUTILS_VERS = 2.17
BINUTILS_RPMREL = @VERSION@
include ../binutils.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add b/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
index 13a9699b35..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/m68k/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060407.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/mips/Makefile.am b/contrib/crossrpms/rtems4.7/mips/Makefile.am
index a963e40e61..6b703fe1d5 100644
--- a/contrib/crossrpms/rtems4.7/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/mips/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/mips/gdb-sources.add b/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/mips/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/.cvsignore b/contrib/crossrpms/rtems4.7/mipstx39/.cvsignore
new file mode 100644
index 0000000000..c3dcdce8bd
--- /dev/null
+++ b/contrib/crossrpms/rtems4.7/mipstx39/.cvsignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+*.spec
+*.spec.in
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
new file mode 100644
index 0000000000..b9064c7a99
--- /dev/null
+++ b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
@@ -0,0 +1,10 @@
+# $Id$
+
+TARGET = mipstx39-rtems4.7
+
+include $(top_srcdir)/mkspec.am
+
+# We only want a gdb with a tx39 simulator in it. We share the other tools
+GDB_VERS = 6.5
+GDB_RPMREL = @VERSION@
+include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add b/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add
new file mode 100644
index 0000000000..a338562c71
--- /dev/null
+++ b/contrib/crossrpms/rtems4.7/mipstx39/gdb-sources.add
@@ -0,0 +1,3 @@
+Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
+%{?_without_sources:NoSource: 0}
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
index b060aef1e6..f06d6d3f86 100644
--- a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add b/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/powerpc/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/sh/Makefile.am b/contrib/crossrpms/rtems4.7/sh/Makefile.am
index 76b17e26e6..77fc2d8142 100644
--- a/contrib/crossrpms/rtems4.7/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sh/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/sh/gdb-sources.add b/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/sh/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/sparc/Makefile.am b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
index 5be274cb82..be1c669a64 100644
--- a/contrib/crossrpms/rtems4.7/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
@@ -14,6 +14,6 @@ NEWLIB_VERS = 1.14.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.4
+GDB_VERS = 6.5
GDB_RPMREL = @VERSION@
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff
diff --git a/contrib/crossrpms/rtems4.7/tic4x/gdb-sources.add b/contrib/crossrpms/rtems4.7/tic4x/gdb-sources.add
index 41a060a80b..a338562c71 100644
--- a/contrib/crossrpms/rtems4.7/tic4x/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/tic4x/gdb-sources.add
@@ -1,3 +1,3 @@
Source0: ftp://ftp.gnu.org/pub/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-Patch0: gdb-6.4-rtems-20060712.diff
+Patch0: gdb-6.5-rtems-20060713.diff