Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | gdb: update to 7.12 | Waldemar Brodkorb | |
2016-09-12 | gdb: decouple toolchain and package, add special package for microblaze, ↵ | Waldemar Brodkorb | |
looks cleaner to me | |||
2016-06-12 | gdb: update to 7.11.1 | Waldemar Brodkorb | |
2016-05-24 | microblaze: allow to build native gdb with 7.8.2 | Waldemar Brodkorb | |
2016-03-31 | h8300: use correct branch for gdb simulator | Waldemar Brodkorb | |
2016-03-26 | frv: resolve remaining issues to check toolchain compile | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-05 | fr-v: allow to build a uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-27 | add hackish way to disable doc generation on newer hosts | Waldemar Brodkorb | |
2016-01-09 | update gdb for h8/300, includes clang patches | Waldemar Brodkorb | |
2015-12-25 | bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵ | Waldemar Brodkorb | |
the help | |||
2015-12-23 | add gdb git from ysato for h8300 | Waldemar Brodkorb | |
2015-12-13 | gdb: update to latest stable version | Waldemar Brodkorb | |
2015-11-30 | bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵ | Waldemar Brodkorb | |
hardware | |||
2015-11-16 | h8300: refresh gdb io patch | Waldemar Brodkorb | |
2015-09-07 | update gdb to latest, set to default | Waldemar Brodkorb | |
2015-07-22 | update uClibc-config for h8300 1.0 branch, add new gdb patch from upstream ↵ | Waldemar Brodkorb | |
author | |||
2015-07-06 | enable-sim-stdio | Waldemar Brodkorb | |
2015-06-28 | add gdb patch for h8300 | Waldemar Brodkorb | |
2015-06-22 | fix git version for gdb | Waldemar Brodkorb | |
2015-06-10 | only install simulator when simulator target used | Waldemar Brodkorb | |
2015-06-10 | update gdb, enable sim only for supported architectures | Waldemar Brodkorb | |
2015-06-07 | disable for non SIM targets | Waldemar Brodkorb | |
2015-06-07 | install simulator | Waldemar Brodkorb | |
2015-06-04 | add some bits and bytes to allow to choose bfin-sim. not functional, yet | Waldemar Brodkorb | |
2015-05-31 | another distfiles url fix | Waldemar Brodkorb | |
2015-03-29 | update to latest stable gdb version | Waldemar Brodkorb | |
2015-03-09 | add support for gdbserver on AVR32 devices | Waldemar 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-14 | add support for old avr32 gdb | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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-27 | convert checksum check to sha256 | Waldemar 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-26 | disable python support | Waldemar Brodkorb | |
2014-08-07 | update to latest upstream | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-05-31 | update to latest upstream version | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-02 | remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵ | Waldemar Brodkorb | |
know why this is required. the names are not unique between arch with different abi | |||
2014-02-17 | update gdb | Waldemar Brodkorb | |
2013-08-14 | musl libc compat updates | Waldemar Brodkorb | |
2012-08-22 | update to latest upstream version | Waldemar Brodkorb | |
2011-10-12 | update gdb | Waldemar Brodkorb | |
2011-09-02 | update to latest stable version | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-04-04 | update to latest upstream | Waldemar Brodkorb | |
2010-02-24 | toolchain: trailing whitespaces cleanup (just cosmetics!) | Phil Sutter | |
2010-02-24 | toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfr | Phil Sutter | |
2009-10-18 | update gcc, binutils, gdb, linux kernel, dnsmasq and alsa | Waldemar Brodkorb | |
WARNING: tested only on qemu-x86 |