Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2014-12-25 | update to gcc 4.8.4 | Waldemar Brodkorb | |
2014-09-18 | remove gcc workaround, issue is fixed in the kernel | Waldemar Brodkorb | |
2014-08-26 | we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵ | Waldemar Brodkorb | |
executables (f.e. sash) with a wrong data start are created by elf2flt) | |||
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-06-18 | use libc specific patching to avoid any side effects in the gcc patches, as ↵ | Waldemar Brodkorb | |
seen in buildroot recently | |||
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-02 | fix a regression between 4.8.2 and 4.8.3 by removing code | Waldemar Brodkorb | |
2014-05-23 | update to latest stable version of gcc 4.8.x | Waldemar Brodkorb | |