summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2012-02-26update kernel versionsWaldemar Brodkorb
2012-02-18update to 0.9.32.1, add patches to allow static linking of threaded ↵Waldemar Brodkorb
applications as x11vnc
2012-01-31update binutils, keep old version for avr32 targetWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
2012-01-15update Linux kernels, add support for compression choiceWaldemar Brodkorb
2012-01-15kernel patchesWaldemar Brodkorb
2012-01-14add support for 64bit kernels on supporting targetsPhil 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-12update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibcWaldemar Brodkorb
2012-01-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-12-20update to 3.1.5Waldemar Brodkorb
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-12-02remove ocf support, broken in my setupWaldemar Brodkorb
2011-12-01refresh linux kernelsWaldemar Brodkorb
2011-11-17add libnsl backWaldemar Brodkorb
2011-11-10update to latest stable kernelsWaldemar Brodkorb
2011-11-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-11-07add another stub fileWaldemar Brodkorb
2011-11-07autodetect host/build systemWaldemar Brodkorb
2011-10-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-22disable gdb for avr32Waldemar Brodkorb
2011-10-22correct broken patchWaldemar Brodkorb
2011-10-22Darwin fixesWaldemar Brodkorb
2011-10-21always use fsf config.guessWaldemar Brodkorb
2011-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb
2011-09-02update to latest stable versionWaldemar Brodkorb
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-08-24add qemu sparc64, but it segfaultsWaldemar Brodkorb
2011-08-24better ppc64 support, qemu still hangs @ returning from prom_initWaldemar Brodkorb
2011-08-09java uses $ORIGIN in RPATH of the binary. This patch fromWaldemar Brodkorb
the mailinglist, seems to work fine. http://www.mail-archive.com/uclibc@uclibc.org/msg06444.html
2011-06-16update to stable versionWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-05-15fix bulktoolchain targetWaldemar Brodkorb
2011-05-09update to 4.5.3Waldemar Brodkorb
2011-05-02same problem for ubuntu/amd64 as for cygwin amd64Waldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-26glibc: fixup name resolution for kirkwood at leastPhil Sutter
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-04-10use bindir for workaroundWaldemar Brodkorb
2011-04-10add workaround for openjdkWaldemar Brodkorb
2011-04-09simplifyWaldemar Brodkorb
2011-04-03more steps toward an IcedTea (or so we hope), still fails, though…Waldemar Brodkorb
2011-03-31Revert "update to latest stable upstream version, refresh patch"Waldemar Brodkorb
This reverts commit 84b90159b05aaa4e914ce51d2b1319218c32d8a1.
2011-03-31update to latest stable upstream version, refresh patchWaldemar Brodkorb