aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/patches/100-fix-elf-support-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: gdb: Update to version 11.1Hauke Mehrtens2021-11-031-20/+0
| | | | | | | | | | The removed patch was already applied upstream. gdb now mandatory depends on gmp, tell configure where to find it explicitly. We already build gmp in the tools directory for gcc. Also make it use mpfr and mpc as we also build both of them. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* toolchain/gdb: fix broken configure test for ELF supportFelix Fietkau2021-05-181-0/+20
A missing #include was causing gdb on macOS to be compiled without ELF support Signed-off-by: Felix Fietkau <nbd@nbd.name>