mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-20 01:14:04 -05:00
update gdb to 7.8
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user