package/gdb: fix gdbserver build with m68k and uclibc
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 27 May 2021 05:57:29 +0000 (07:57 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 27 May 2021 15:25:02 +0000 (17:25 +0200)
commit8d7ac28707a30d883de0a60cd67ea246653da472
treedf1f9a472190fdcb75e917535744161cdbae64df
parent34a387b5f68d2cc259d4fe641c128232edb6da62
package/gdb: fix gdbserver build with m68k and uclibc

Allow to build gdbserver with m68k and uclibc. This patch is not needed
for version above 9.2 because build_gdbserver as been
moved to its own file since
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=919adfe8409211c726c1d05b47ca59890ee648f1

This new file (gdbserver/configure.srv) does not seem to be affected by
this issue

Fixes:
 - http://autobuild.buildroot.org/results/f4d6d9d8418c0da48a3db4ad5a82e19bd16eae34

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gdb/9.2/0007-gdb-configure.tgt-build-gdbserver-with-m68k-and-ucli.patch [new file with mode: 0644]