summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2012-08-24update to latest stable kernel versionWaldemar Brodkorb
2012-08-22update to latest upstream versionWaldemar Brodkorb
2012-08-10update pacemaker and corosync, still brokenWaldemar Brodkorb
2012-08-10update glibcWaldemar Brodkorb
2012-07-31update eglibc to 2.16Waldemar Brodkorb
2012-07-30update patches for 3.5Waldemar Brodkorb
2012-07-24update to latest linux kernels, remove old onesWaldemar Brodkorb
2012-07-18fix cris buildWaldemar Brodkorb
2012-07-03fix cross-compile under DarwinWaldemar Brodkorb
2012-06-29update to 3.4.4Waldemar Brodkorb
2012-06-15add support for newest kernelsWaldemar Brodkorb
2012-06-02update to latest stable kernelsWaldemar Brodkorb
2012-03-24update to 2.14.1Waldemar Brodkorb
2012-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2012-03-20new kernelsWaldemar Brodkorb
2012-03-13update kernel dirsWaldemar Brodkorb
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