summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2012-10-10fix 32 Bit multilib buildsWaldemar Brodkorb
2012-10-09small fixWaldemar Brodkorb
2012-10-08finetune multilib support a lot, cleanup eglibc/glibc Makefiles while thereWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05add multilib support patch for uclibc to gccWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-10-01only N64 needs ld64-uClibc.soWaldemar Brodkorb
2012-09-28update gcc to latest upstream versionWaldemar Brodkorb
2012-09-21fix sed command lineWaldemar Brodkorb
2012-09-21set correct ABI in uClibcWaldemar Brodkorb
2012-09-21update uClibc to 0.9.33.2Waldemar Brodkorb
2012-09-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-09-20move patchesWaldemar Brodkorb
2012-09-20add basic support for qemu-mips64Waldemar Brodkorb
2012-09-15fix broken patchWaldemar Brodkorb
2012-09-15refresh tarballWaldemar Brodkorb
2012-09-06fix build failureWaldemar Brodkorb
2012-08-31timezone files no longer installed. why?Waldemar Brodkorb
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