summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.7/m68k/Makefile.am
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/m68k/Makefile.am
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 'contrib/crossrpms/rtems4.7/m68k/Makefile.am')
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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