summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 07:35:27 (GMT)
committerGitHub <noreply@github.com>2021-09-21 07:35:27 (GMT)
commit02d1503f6769be4ad8058b393d4245febced459f (patch)
tree7ed5bd7fb084879f1750b3ad378c404b9e6a9997 /config
parent5f5a22f7a7307790ec571d0c5acf8790416964e6 (diff)
parent68088f65c66790c1a5920e67e7e34d9f77e5a20f (diff)
Merge pull request #1599 from cpackham/gdb
Gdb update and cleanup
Diffstat (limited to 'config')
-rw-r--r--config/comp_libs.in4
-rw-r--r--config/debug/gdb.in.native1
2 files changed, 5 insertions, 0 deletions
diff --git a/config/comp_libs.in b/config/comp_libs.in
index 55ca227..6dd8099 100644
--- a/config/comp_libs.in
+++ b/config/comp_libs.in
@@ -52,6 +52,10 @@ config GMP_NEEDED
def_bool y
select COMP_LIBS_GMP
+config GMP_TARGET
+ bool
+ select COMP_LIBS_GMP
+
config MPFR_NEEDED
def_bool y
select GMP_NEEDED
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index 917a770..d244790 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -10,6 +10,7 @@ config GDB_NATIVE
select LIBC_UCLIBC_IPV6 if LIBC_UCLIBC && GDB_8_3_or_later
select EXPAT_TARGET
select NCURSES_TARGET
+ select GMP_TARGET if GDB_11_1_or_later
help
Build and install a native gdb for the target, to run on the target.