update gdb to 7.8

This commit is contained in:
Dave Murphy 2014-11-27 10:21:18 +00:00
parent 970e965ba5
commit fe1d504432
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
diff -Nbaur gdb-7.7.1/gdb/Makefile.in gdb-7.7.1-arm/gdb/Makefile.in
--- gdb-7.7.1/gdb/Makefile.in 2014-05-05 22:51:24.000000000 +0100
+++ gdb-7.7.1-arm/gdb/Makefile.in 2014-05-18 17:05:16.105567001 +0100
@@ -2307,10 +2307,8 @@
diff -NBaur gdb-7.8/gdb/Makefile.in gdb-7.8-arm/gdb/Makefile.in
--- gdb-7.8/gdb/Makefile.in 2014-07-29 13:37:42.000000000 +0100
+++ gdb-7.8-arm/gdb/Makefile.in 2014-11-27 09:29:56.466756000 +0000
@@ -2516,10 +2516,8 @@
# Note that we put the dependencies into a .Tpo file, then move them
# into place if the compile succeeds. We need this because gcc does
# not atomically write the dependency output file.
@ -14,9 +14,9 @@ diff -Nbaur gdb-7.7.1/gdb/Makefile.in gdb-7.7.1-arm/gdb/Makefile.in
@GMAKE_TRUE@else
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
diff -Nbaur gdb-7.7.1/sim/common/Make-common.in gdb-7.7.1-arm/sim/common/Make-common.in
--- gdb-7.7.1/sim/common/Make-common.in 2014-01-08 09:23:36.000000000 +0000
+++ gdb-7.7.1-arm/sim/common/Make-common.in 2014-05-18 17:05:16.105567001 +0100
diff -NBaur gdb-7.8/sim/common/Make-common.in gdb-7.8-arm/sim/common/Make-common.in
--- gdb-7.8/sim/common/Make-common.in 2014-06-11 17:34:41.000000000 +0100
+++ gdb-7.8-arm/sim/common/Make-common.in 2014-11-27 09:29:56.470756000 +0000
@@ -415,10 +415,8 @@
# Note that we put the dependencies into a .Tpo file, then move them
# into place if the compile succeeds. We need this because gcc does

View File

@ -54,7 +54,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 43" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 44" \
$CROSS_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc

View File

@ -33,7 +33,7 @@ case "$VERSION" in
GCC_VER=4.9.2
BINUTILS_VER=2.24
NEWLIB_VER=2.1.0
GDB_VER=7.7.1
GDB_VER=7.8
basedir='dkarm-eabi'
package=devkitARM
target=arm-none-eabi