mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
ChangeLog:
* configure.tgt: Enable gdbserver for SPU target. * configure.ac: Build gdbserver when gdb_native is yes. * configure: Regenerate. * regformats/reg-spu.dat: New file. gdbserver/ChangeLog: * configure.srv: Add target "spu*-*-*". * Makefile.in (clean): Remove reg-spu.c. (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies. * spu-low.c: New file.
This commit is contained in:
4
gdb/configure
vendored
4
gdb/configure
vendored
@@ -22646,8 +22646,8 @@ subdirs="$subdirs multi-ice"
|
||||
|
||||
fi
|
||||
|
||||
# We only build gdbserver automatically if host and target are the same.
|
||||
if test "x$target" = "x$host"; then
|
||||
# We only build gdbserver automatically in a native configuration.
|
||||
if test "$gdb_native" = "yes"; then
|
||||
echo "$as_me:$LINENO: checking whether gdbserver is supported on this host" >&5
|
||||
echo $ECHO_N "checking whether gdbserver is supported on this host... $ECHO_C" >&6
|
||||
if test "x$build_gdbserver" = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user