diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-09-14 21:31:38 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-09-19 19:50:29 +1200 |
commit | 68088f65c66790c1a5920e67e7e34d9f77e5a20f (patch) | |
tree | 7ed5bd7fb084879f1750b3ad378c404b9e6a9997 /config | |
parent | 4b2b610b9a64cef9208912a0858a9087cf089ea4 (diff) | |
download | crosstool-ng-68088f65c66790c1a5920e67e7e34d9f77e5a20f.tar.gz crosstool-ng-68088f65c66790c1a5920e67e7e34d9f77e5a20f.tar.bz2 crosstool-ng-68088f65c66790c1a5920e67e7e34d9f77e5a20f.zip |
gdb: Add gdb-11.1
Drop the uclibc-no-gettimeofday-clobber patch as it no longer applies.
The arc patches are all upstream.
Signed-off-by: Chris Packham <judge.packham@gmail.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 917a770b..d2447904 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. |