gdb: Make native GDB 13+ dependent on MPFR

GDB 13+ depends on MPFR thus it must be selected.

Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
This commit is contained in:
Yuriy Kolerov 2023-05-12 09:37:13 +04:00 committed by Chris Packham
parent f283bb6b1a
commit a8cef5773e

View File

@ -10,6 +10,7 @@ config GDB_NATIVE
select EXPAT_TARGET
select NCURSES_TARGET
select GMP_TARGET if GDB_11_or_later
select MPFR_TARGET if GDB_13_or_later
help
Build and install a native gdb for the target, to run on the target.