Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-26 | remove microperl patch, not required, we have full perl now | Waldemar Brodkorb | |
2014-03-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-26 | bump all kernels | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-23 | fix arm compile | Waldemar Brodkorb | |
2014-03-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | update musl to 1.0.0 | Waldemar Brodkorb | |
2014-03-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | use system zlib | Waldemar Brodkorb | |
2014-03-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | fix qemu-i686 and uClibc build | Waldemar Brodkorb | |
2014-03-20 | fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be ↵ | Waldemar Brodkorb | |
needed for shared libraries | |||
2014-03-20 | add fpu settings, fix symlinks | Waldemar Brodkorb | |
2014-03-19 | fix stripping for toolchain, toolchain dir includes target libgcc | Waldemar Brodkorb | |
2014-03-19 | fix readelf installation, required for firefox cross-build | Waldemar Brodkorb | |
2014-03-19 | udpate musl from git | Waldemar Brodkorb | |
2014-03-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-18 | fix udhcpc for x32, from musl-git | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | fixups for x86_64 x32 toolchain, x86_64 32 still problematic | Waldemar Brodkorb | |
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32 | |||
2014-03-15 | fix kernel build on Darwin for x86 targets | Waldemar Brodkorb | |
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too. | |||
2014-03-14 | fix m68k support | Waldemar Brodkorb | |
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym. | |||
2014-03-13 | update to 3.10.33 | Waldemar Brodkorb | |
- add support for system specific patches, cubox-i and raspberry-pi patches are in conflict - fix hifiberry driver support | |||
2014-03-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-13 | sync with uClibc master | Waldemar Brodkorb | |
2014-03-10 | update musl to latest git | Waldemar Brodkorb | |
2014-03-10 | kernel bump, add hifiberry device drivers | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-09 | add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun git | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org:/git/openadk | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-07 | add a musl hotfix from nsz for sh | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-07 | reduce build time, approx. 13 minutes on x86_64 buildsystem, from musl-cross | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org:/git/openadk | Waldemar Brodkorb | |
2014-03-07 | update to latest git, x32 sysinfo fix needed | Waldemar Brodkorb | |
2014-03-06 | don't remember why this workaround was added. it is in since import from ↵ | Waldemar Brodkorb | |
FreeWRT. | |||
2014-03-06 | fix cross-compile of gcc, when using uClibc. --dynamic-linker was using ↵ | Waldemar Brodkorb | |
/lib/ld-uClibc.so.0 | |||
2014-03-06 | fix parallel using of different mips abi | Waldemar Brodkorb | |
2014-03-06 | cleanup uclibc.config mess. just use one and edit via sed | Waldemar Brodkorb | |
2014-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵ | Waldemar Brodkorb | |
qemu-sparc64, still another issue exist. | |||
2014-03-04 | merge | Waldemar Brodkorb | |
2014-03-03 | only strip toolchain and target dirs for ADK_TOOLCHAIN | Waldemar Brodkorb | |
2014-03-02 | resolve merge conflict | Waldemar Brodkorb | |
2014-03-02 | remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵ | Waldemar Brodkorb | |
know why this is required. the names are not unique between arch with different abi |