summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
AgeCommit message (Collapse)Author
2024-04-08gdb: switch to tar.gzWaldemar Brodkorb
2024-03-10gdb/gdbserver: update to 14.2Waldemar Brodkorb
2024-01-17gdb: update to 14.1Waldemar Brodkorb
2023-08-29gdb: update to 13.2 add 12.1Waldemar Brodkorb
2023-02-24gdb: update to 13.1Waldemar Brodkorb
2022-01-21gdb: update to 11.2Waldemar Brodkorb
2021-10-28gdb: update to 11.1Waldemar Brodkorb
2021-01-28gdb: update to 10.1Waldemar Brodkorb
2020-06-07gdb: update to 9.2Waldemar Brodkorb
2020-03-04gdb: update to 9.1Waldemar Brodkorb
2019-10-10gdb: forgot to update hashesWaldemar Brodkorb
2019-10-10gdb: update to 8.3.1Waldemar Brodkorb
2019-01-08gdb: update to 8.2.1Waldemar Brodkorb
2018-06-01riscv: use github fork until upstreamWaldemar Brodkorb
2018-02-02gdb: update to 8.1Waldemar Brodkorb
2017-11-04gdb: update to 8.0.1Waldemar Brodkorb
2017-06-13gdb: add 8.0, remove older 7.x versionsWaldemar Brodkorb
2017-01-24gdb: update to 7.12.1Waldemar Brodkorb
2016-10-18gdb: update to 7.12Waldemar Brodkorb
2016-09-12gdb: decouple toolchain and package, add special package for microblaze, ↵Waldemar Brodkorb
looks cleaner to me
2016-06-12gdb: update to 7.11.1Waldemar Brodkorb
2016-05-24microblaze: allow to build native gdb with 7.8.2Waldemar Brodkorb
2016-03-31h8300: use correct branch for gdb simulatorWaldemar Brodkorb
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-01-09update gdb for h8/300, includes clang patchesWaldemar Brodkorb
2015-12-23add gdb git from ysato for h8300Waldemar Brodkorb
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-09-07update gdb to latest, set to defaultWaldemar Brodkorb
2015-06-22fix git version for gdbWaldemar Brodkorb
2015-06-10update gdb, enable sim only for supported architecturesWaldemar Brodkorb
2015-05-31another distfiles url fixWaldemar Brodkorb
2015-03-29update to latest stable gdb versionWaldemar Brodkorb
2015-03-09add support for gdbserver on AVR32 devicesWaldemar Brodkorb
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories.
2015-02-14add support for old avr32 gdbWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-07update to latest upstreamWaldemar Brodkorb
2014-05-31update to latest upstream versionWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-02-17update gdbWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2012-08-22update to latest upstream versionWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-09-02update to latest stable versionWaldemar Brodkorb
2010-04-04update to latest upstreamWaldemar Brodkorb
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-17Initial importwbx