Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-26 | update kernel versions | Waldemar Brodkorb | |
2012-02-18 | update to 0.9.32.1, add patches to allow static linking of threaded ↵ | Waldemar Brodkorb | |
applications as x11vnc | |||
2012-01-31 | update binutils, keep old version for avr32 target | Waldemar Brodkorb | |
2012-01-29 | update kernel versions to latest upstream | Waldemar Brodkorb | |
2012-01-15 | update Linux kernels, add support for compression choice | Waldemar Brodkorb | |
2012-01-15 | kernel patches | Waldemar Brodkorb | |
2012-01-14 | add support for 64bit kernels on supporting targets | Phil Sutter | |
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support). | |||
2012-01-12 | update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibc | Waldemar Brodkorb | |
2012-01-09 | update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵ | Waldemar Brodkorb | |
not work on Asus WL500gp | |||
2011-12-20 | update to 3.1.5 | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-12-02 | remove ocf support, broken in my setup | Waldemar Brodkorb | |
2011-12-01 | refresh linux kernels | Waldemar Brodkorb | |
2011-11-17 | add libnsl back | Waldemar Brodkorb | |
2011-11-10 | update to latest stable kernels | Waldemar Brodkorb | |
2011-11-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-11-07 | add another stub file | Waldemar Brodkorb | |
2011-11-07 | autodetect host/build system | Waldemar Brodkorb | |
2011-10-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-10-22 | disable gdb for avr32 | Waldemar Brodkorb | |
2011-10-22 | correct broken patch | Waldemar Brodkorb | |
2011-10-22 | Darwin fixes | Waldemar Brodkorb | |
2011-10-21 | always use fsf config.guess | Waldemar Brodkorb | |
2011-10-15 | allow more than one kernel to be configured, add shuttle pc support | Waldemar Brodkorb | |
2011-10-12 | update gdb | Waldemar Brodkorb | |
2011-10-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-10-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-09-02 | add basic support for qemu-system-sh4 | Waldemar Brodkorb | |
2011-09-02 | update to latest stable version | Waldemar Brodkorb | |
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-24 | add qemu sparc64, but it segfaults | Waldemar Brodkorb | |
2011-08-24 | better ppc64 support, qemu still hangs @ returning from prom_init | Waldemar Brodkorb | |
2011-08-09 | java uses $ORIGIN in RPATH of the binary. This patch from | Waldemar Brodkorb | |
the mailinglist, seems to work fine. http://www.mail-archive.com/uclibc@uclibc.org/msg06444.html | |||
2011-06-16 | update to stable version | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-05-09 | update to 4.5.3 | Waldemar Brodkorb | |
2011-05-02 | same problem for ubuntu/amd64 as for cygwin amd64 | Waldemar Brodkorb | |
2011-04-27 | fix allconfig for foxg20 | Waldemar Brodkorb | |
2011-04-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-26 | glibc: fixup name resolution for kirkwood at least | Phil Sutter | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-04-10 | use bindir for workaround | Waldemar Brodkorb | |
2011-04-10 | add workaround for openjdk | Waldemar Brodkorb | |
2011-04-09 | simplify | Waldemar Brodkorb | |
2011-04-03 | more steps toward an IcedTea (or so we hope), still fails, though… | Waldemar Brodkorb | |
2011-03-31 | Revert "update to latest stable upstream version, refresh patch" | Waldemar Brodkorb | |
This reverts commit 84b90159b05aaa4e914ce51d2b1319218c32d8a1. | |||
2011-03-31 | update to latest stable upstream version, refresh patch | Waldemar Brodkorb | |