gdb: Fix libgmp dependency checks
commit72382ed4b8cc9e801fc1892f1b5ffb4077338467
authorPhil Sutter <phil@nwl.cc>
Tue, 2 Nov 2021 02:17:05 +0000 (2 03:17 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Thu, 4 Nov 2021 01:09:55 +0000 (4 02:09 +0100)
treedea2ce729164b3d6a6a8f10bf4c9f5b867b9b64c
parent20c8ea7097cea73196ca97cb7c939c43b43b047b
gdb: Fix libgmp dependency checks

Added checks for libgmp in configure scripts are not really portable, at
least 'gdb' subdir configure used host's libgmp and consequently failed.
At least there's 'host_configargs' to define additional arguments; use
it to point sub-configure to the right location.

Signed-off-by: Phil Sutter <phil@nwl.cc>
package/gdb/Makefile