kumquat-buildroot/package/gdb
Anssi Hannula 9c7ce893a0 gdb: actually disable gdbserver if BR2_PACKAGE_GDB_SERVER is unset
The gdb configure script is given --enable-gdbserver when
BR2_PACKAGE_GDB_SERVER is set, but it is not given --disable-gdbserver
when BR2_PACKAGE_GDB_SERVER is unset.

gdb gdb/configure.ac defaults to enabling gdbserver in "native"
(host=target) cases, which is always the case when buildroot builds a
gdb which runs on the target hardware. The gdbserver will overwrite
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY gdbserver, if any.

Fix that by passing --disable-gdbserver when BR2_PACKAGE_GDB_SERVER is
unset.

Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-05-19 14:07:10 +02:00
..
7.10.1 gdb/7.10: remove Blackfin patch 2018-04-15 22:05:35 +02:00
7.11.1
7.12.1
8.0.1
Config.in
Config.in.host
gdb-python-config
gdb.hash
gdb.mk gdb: actually disable gdbserver if BR2_PACKAGE_GDB_SERVER is unset 2018-05-19 14:07:10 +02:00