package/gdb: also disable gprof
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 28 Sep 2020 20:11:27 +0000 (22:11 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 30 Sep 2020 20:47:10 +0000 (22:47 +0200)
commit71719b91ee17fb99135a32c1d2504c57a329084a
tree84dd260cd1a3f7bc7a2d012f46926af6f5e2b724
parent81ef52b6306651559fa269b34ef79b1e42141f98
package/gdb: also disable gprof

When gdb is built from sources fetched from Git, it contains both the
gdb and the binutils code base. In order to really build only gdb, we
disable a number of binutils components in the
GDB_DISABLE_BINUTILS_CONF_OPTS variable: --disable-binutils,
--disable-ld, --disable-gas, etc. However, gprof was still being
built, so disable it as well.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gdb/gdb.mk