gdb: Enable gdbserver by default on sparc-*-linux*
This appears to be an oversight, since this is done already for sparc64-*-linux*, and essentially every other linux target. gdb/ * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
This commit is contained in:
parent
45a263927b
commit
d8fb5a1e65
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-23 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
|
||||
|
||||
2012-04-23 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* buildsym.c (add_free_pendings): Remove.
|
||||
|
|
|
@ -481,6 +481,7 @@ sparc-*-linux*)
|
|||
gdb_target_obs="sparc64-tdep.o sparc64-sol2-tdep.o \
|
||||
sparc64-linux-tdep.o ${gdb_target_obs}"
|
||||
fi
|
||||
build_gdbserver=yes
|
||||
;;
|
||||
sparc64-*-linux*)
|
||||
# Target: GNU/Linux UltraSPARC
|
||||
|
|
Loading…
Reference in a new issue