diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-21 17:40:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-21 17:40:55 +0200 |
commit | 047d8328a9596a3f63c259437c089454c4efa188 (patch) | |
tree | 07963273a160a62dd3abc841e47c087a1d9bd435 /package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in | |
parent | 1d1f6f59f6cb745acb9d3b90b4b74ed011739fd5 (diff) |
gdb-microbaze: split off big patch, so update-patches works
Diffstat (limited to 'package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in')
-rw-r--r-- | package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in b/package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in new file mode 100644 index 000000000..7d1313386 --- /dev/null +++ b/package/gdb-microblaze/patches/patch-gdb_gdbserver_Makefile_in @@ -0,0 +1,27 @@ +--- gdb-7.8.2.orig/gdb/gdbserver/Makefile.in 2015-01-15 11:58:12.000000000 +0100 ++++ gdb-7.8.2/gdb/gdbserver/Makefile.in 2016-09-21 10:34:30.025222164 +0200 +@@ -148,6 +148,7 @@ SFILES= $(srcdir)/gdbreplay.c $(srcdir)/ + $(srcdir)/linux-ia64-low.c $(srcdir)/linux-low.c \ + $(srcdir)/linux-m32r-low.c \ + $(srcdir)/linux-m68k-low.c $(srcdir)/linux-mips-low.c \ ++ $(srcdir)/linux-microblaze-low.c \ + $(srcdir)/linux-nios2-low.c \ + $(srcdir)/linux-ppc-low.c \ + $(srcdir)/linux-s390-low.c \ +@@ -329,6 +330,7 @@ clean: + rm -f arm-with-iwmmxt.c + rm -f arm-with-vfpv2.c arm-with-vfpv3.c arm-with-neon.c + rm -f mips-linux.c mips64-linux.c ++ rm -f microblaze-linux.c + rm -f nios2-linux.c + rm -f powerpc-32.c powerpc-32l.c powerpc-64l.c powerpc-e500l.c + rm -f powerpc-altivec32l.c powerpc-cell32l.c powerpc-vsx32l.c +@@ -620,6 +622,8 @@ mips64-linux.c : $(srcdir)/../regformats + $(SHELL) $(regdat_sh) $(srcdir)/../regformats/mips64-linux.dat mips64-linux.c + mips64-dsp-linux.c : $(srcdir)/../regformats/mips64-dsp-linux.dat $(regdat_sh) + $(SHELL) $(regdat_sh) $(srcdir)/../regformats/mips64-dsp-linux.dat mips64-dsp-linux.c ++microblaze-linux.c : $(srcdir)/../regformats/reg-microblaze.dat $(regdat_sh) ++ $(SHELL) $(regdat_sh) $(srcdir)/../regformats/reg-microblaze.dat microblaze-linux.c + nios2-linux.c : $(srcdir)/../regformats/nios2-linux.dat $(regdat_sh) + $(SHELL) $(regdat_sh) $(srcdir)/../regformats/nios2-linux.dat nios2-linux.c + powerpc-32.c : $(srcdir)/../regformats/rs6000/powerpc-32.dat $(regdat_sh) |