Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-29 | by default use 4 jobs in parallel | Waldemar Brodkorb | |
2014-06-25 | allow to disable checksum checking | Waldemar Brodkorb | |
2014-05-26 | allow to disable kernel patches | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-03 | eanble option to debug optimized code | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-19 | use BUSYBOX_STATIC when ADK_STATIC is choosen | Waldemar Brodkorb | |
2014-03-08 | rename DISTDIR, make it configurable in the menu | Waldemar Brodkorb | |
2014-03-07 | add ccache to host tools | Waldemar Brodkorb | |
2014-02-03 | make wget timeout configurable | Waldemar Brodkorb | |
2013-10-26 | remove obsolete symbol | Waldemar Brodkorb | |
2013-10-24 | get rid of unsupported locale support | 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). | |||
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-08-31 | add TCP port configuration for typical Qemu setup | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-02-10 | add basic ccache support | Waldemar Brodkorb | |
2011-01-30 | allow to use strip, even when debug is on. required for gdbserver setups. | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) |