mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
update to gdb 7.8.2
This commit is contained in:
parent
bfdab38a67
commit
0b9a5d7f76
|
|
@ -1,6 +1,6 @@
|
||||||
diff -NBaur gdb-7.8/gdb/Makefile.in gdb-7.8-arm/gdb/Makefile.in
|
diff -NBaur gdb-7.8.2/gdb/Makefile.in gdb-7.8.2-arm/gdb/Makefile.in
|
||||||
--- gdb-7.8/gdb/Makefile.in 2014-07-29 13:37:42.000000000 +0100
|
--- gdb-7.8.2/gdb/Makefile.in 2015-01-15 10:58:12.000000000 +0000
|
||||||
+++ gdb-7.8-arm/gdb/Makefile.in 2014-11-27 09:29:56.466756000 +0000
|
+++ gdb-7.8.2-arm/gdb/Makefile.in 2015-01-21 17:13:14.155896000 +0000
|
||||||
@@ -2516,10 +2516,8 @@
|
@@ -2516,10 +2516,8 @@
|
||||||
# Note that we put the dependencies into a .Tpo file, then move them
|
# 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
|
# into place if the compile succeeds. We need this because gcc does
|
||||||
|
|
@ -14,9 +14,9 @@ diff -NBaur gdb-7.8/gdb/Makefile.in gdb-7.8-arm/gdb/Makefile.in
|
||||||
@GMAKE_TRUE@else
|
@GMAKE_TRUE@else
|
||||||
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
|
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
|
||||||
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
|
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
|
||||||
diff -NBaur gdb-7.8/sim/common/Make-common.in gdb-7.8-arm/sim/common/Make-common.in
|
diff -NBaur gdb-7.8.2/sim/common/Make-common.in gdb-7.8.2-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.2/sim/common/Make-common.in 2015-01-15 10:58:12.000000000 +0000
|
||||||
+++ gdb-7.8-arm/sim/common/Make-common.in 2014-11-27 09:29:56.470756000 +0000
|
+++ gdb-7.8.2-arm/sim/common/Make-common.in 2015-01-21 17:13:14.155896000 +0000
|
||||||
@@ -415,10 +415,8 @@
|
@@ -415,10 +415,8 @@
|
||||||
# Note that we put the dependencies into a .Tpo file, then move them
|
# 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
|
# into place if the compile succeeds. We need this because gcc does
|
||||||
|
|
@ -33,7 +33,7 @@ case "$VERSION" in
|
||||||
GCC_VER=4.9.2
|
GCC_VER=4.9.2
|
||||||
BINUTILS_VER=2.25
|
BINUTILS_VER=2.25
|
||||||
NEWLIB_VER=2.2.0
|
NEWLIB_VER=2.2.0
|
||||||
GDB_VER=7.8
|
GDB_VER=7.8.2
|
||||||
basedir='dkarm-eabi'
|
basedir='dkarm-eabi'
|
||||||
package=devkitARM
|
package=devkitARM
|
||||||
target=arm-none-eabi
|
target=arm-none-eabi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user