mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
f283bb6b1a
commit
a8cef5773e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user