diff options
author | Yuriy Kolerov <ykolerov@synopsys.com> | 2023-05-12 09:37:13 +0400 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-05-19 15:54:16 +1200 |
commit | a8cef5773ef1961d26d334175d96758006625561 (patch) | |
tree | f4136ffa0d42a3c5db8b4aa06a00bd7c4352b10d /config | |
parent | f283bb6b1a877cc7ef36304aa165c55daab7d409 (diff) | |
download | crosstool-ng-a8cef5773ef1961d26d334175d96758006625561.tar.gz crosstool-ng-a8cef5773ef1961d26d334175d96758006625561.tar.bz2 crosstool-ng-a8cef5773ef1961d26d334175d96758006625561.zip |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/debug/gdb.in.native | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 02c2c479..5afed525 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -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. |