mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-06 09:32:37 -05:00
use gdb 7.2 for devkitARM & devkitPPC
This commit is contained in:
parent
5643ef614f
commit
82b250d6d2
|
|
@ -102,7 +102,7 @@ case "$VERSION" in
|
|||
GCC_VER=4.5.1
|
||||
BINUTILS_VER=2.20.1
|
||||
NEWLIB_VER=1.18.0
|
||||
GDB_VER=7.1
|
||||
GDB_VER=7.2
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
builddir=arm-eabi
|
||||
|
|
@ -113,7 +113,7 @@ case "$VERSION" in
|
|||
GCC_VER=4.4.4
|
||||
BINUTILS_VER=2.20.1
|
||||
NEWLIB_VER=1.18.0
|
||||
GDB_VER=7.1
|
||||
GDB_VER=7.2
|
||||
basedir='dkppc'
|
||||
package=devkitPPC
|
||||
builddir=powerpc-eabi
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
diff -Nbaur gdb-7.1/gdb/Makefile.in gdb-7.1-ppc/gdb/Makefile.in
|
||||
--- gdb-7.1/gdb/Makefile.in 2010-02-02 23:16:53.000000000 +0000
|
||||
+++ gdb-7.1-ppc/gdb/Makefile.in 2010-03-19 09:27:41.000000000 +0000
|
||||
@@ -2016,10 +2016,10 @@
|
||||
# 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.
|
||||
-@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
||||
-@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
||||
-@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
||||
-@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
||||
+#@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
||||
+#@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
||||
+#@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
||||
+#@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
||||
@GMAKE_TRUE@else
|
||||
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
|
||||
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
|
||||
diff -Nbaur gdb-7.1/sim/ppc/Makefile.in gdb-7.1-ppc/sim/ppc/Makefile.in
|
||||
--- gdb-7.1/sim/ppc/Makefile.in 2009-09-16 00:26:44.000000000 +0100
|
||||
+++ gdb-7.1-ppc/sim/ppc/Makefile.in 2010-03-19 09:27:41.000000000 +0000
|
||||
@@ -551,7 +551,7 @@
|
||||
PACKAGE_OBJ = @sim_pk_obj@
|
||||
|
||||
|
||||
-psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
|
||||
+psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
|
||||
$(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
|
||||
|
||||
run: psim
|
||||
2136
dkarm-eabi/patches/gdb-7.2.patch
Normal file
2136
dkarm-eabi/patches/gdb-7.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -1,30 +0,0 @@
|
|||
diff -Nbaur gdb-7.1/gdb/Makefile.in gdb-7.1-ppc/gdb/Makefile.in
|
||||
--- gdb-7.1/gdb/Makefile.in 2010-02-02 23:16:53.000000000 +0000
|
||||
+++ gdb-7.1-ppc/gdb/Makefile.in 2010-03-19 09:27:41.000000000 +0000
|
||||
@@ -2016,10 +2016,10 @@
|
||||
# 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.
|
||||
-@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
||||
-@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
||||
-@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
||||
-@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
||||
+#@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
|
||||
+#@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
|
||||
+#@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
|
||||
+#@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
|
||||
@GMAKE_TRUE@else
|
||||
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
|
||||
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
|
||||
diff -Nbaur gdb-7.1/sim/ppc/Makefile.in gdb-7.1-ppc/sim/ppc/Makefile.in
|
||||
--- gdb-7.1/sim/ppc/Makefile.in 2009-09-16 00:26:44.000000000 +0100
|
||||
+++ gdb-7.1-ppc/sim/ppc/Makefile.in 2010-03-19 09:27:41.000000000 +0000
|
||||
@@ -551,7 +551,7 @@
|
||||
PACKAGE_OBJ = @sim_pk_obj@
|
||||
|
||||
|
||||
-psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
|
||||
+psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
|
||||
$(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
|
||||
|
||||
run: psim
|
||||
2148
dkppc/patches/gdb-7.2.patch
Normal file
2148
dkppc/patches/gdb-7.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user