Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | fix symlink workaround for libtool after gcc 4.8.2 update | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | unbreak uclibc sparc toolchain building | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | strip toolchain components without copying debug data, clean toolchain after ↵ | Waldemar Brodkorb | |
every target so no 300Gb are required to bulk build the toolchains | |||
2014-03-02 | add musl sh patch | Waldemar Brodkorb | |
2014-03-01 | add path to build step | Waldemar Brodkorb | |
2014-03-01 | add path | Waldemar Brodkorb | |
2014-03-01 | copy&paste is evil | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | merge conflict | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | update to latest git | Waldemar Brodkorb | |
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵ | Waldemar Brodkorb | |
toolchain archive creation issues, remove unneeded files before packaging. | |||
2014-03-01 | stubs for non-muls archs | Waldemar Brodkorb | |