Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | forgotten to add the patches for new kernel | Waldemar Brodkorb | |
2012-10-11 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-10-11 | small fix | Waldemar Brodkorb | |
2012-10-10 | update mutlilib support for mips | Waldemar Brodkorb | |
2012-10-10 | update mutlilib support for mips | Waldemar Brodkorb | |
2012-10-10 | merge, and update stuff | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2012-10-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-10-09 | enable multilib support for mips | Waldemar Brodkorb | |
2012-10-09 | small fix | Waldemar Brodkorb | |
2012-10-08 | finetune multilib support a lot, cleanup eglibc/glibc Makefiles while there | Waldemar Brodkorb | |
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-10-05 | add multilib support patch for uclibc to gcc | Waldemar Brodkorb | |
2012-10-05 | make 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-01 | only N64 needs ld64-uClibc.so | Waldemar Brodkorb | |
2012-09-28 | update gcc to latest upstream version | Waldemar Brodkorb | |
2012-09-21 | fix sed command line | Waldemar Brodkorb | |
2012-09-21 | set correct ABI in uClibc | Waldemar Brodkorb | |
2012-09-21 | update uClibc to 0.9.33.2 | Waldemar Brodkorb | |
2012-09-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-09-20 | move patches | Waldemar Brodkorb | |
2012-09-20 | add basic support for qemu-mips64 | Waldemar Brodkorb | |
2012-09-15 | fix broken patch | Waldemar Brodkorb | |
2012-09-15 | refresh tarball | Waldemar Brodkorb | |
2012-09-06 | fix build failure | Waldemar Brodkorb | |
2012-08-31 | timezone files no longer installed. why? | Waldemar Brodkorb | |
2012-08-24 | update to latest stable kernel version | Waldemar Brodkorb | |
2012-08-22 | update to latest upstream version | Waldemar Brodkorb | |
2012-08-10 | update pacemaker and corosync, still broken | Waldemar Brodkorb | |
2012-08-10 | update glibc | Waldemar Brodkorb | |
2012-07-31 | update eglibc to 2.16 | Waldemar Brodkorb | |
2012-07-30 | update patches for 3.5 | Waldemar Brodkorb | |
2012-07-24 | update to latest linux kernels, remove old ones | Waldemar Brodkorb | |
2012-07-18 | fix cris build | Waldemar Brodkorb | |
2012-07-03 | fix cross-compile under Darwin | Waldemar Brodkorb | |
2012-06-29 | update to 3.4.4 | Waldemar Brodkorb | |
2012-06-15 | add support for newest kernels | Waldemar Brodkorb | |
2012-06-02 | update to latest stable kernels | Waldemar Brodkorb | |
2012-03-24 | update to 2.14.1 | Waldemar Brodkorb | |
2012-03-24 | update gcc, glibc and fix build breakage | Waldemar Brodkorb | |
2012-03-20 | new kernels | Waldemar Brodkorb | |
2012-03-13 | update kernel dirs | Waldemar Brodkorb | |
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 | |