summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar 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-15fix kernel build on Darwin for x86 targetsWaldemar 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-14fix m68k supportWaldemar Brodkorb
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym.
2014-03-13update to 3.10.33Waldemar Brodkorb
- add support for system specific patches, cubox-i and raspberry-pi patches are in conflict - fix hifiberry driver support
2014-03-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-13sync with uClibc masterWaldemar Brodkorb
2014-03-10update musl to latest gitWaldemar Brodkorb
2014-03-10kernel bump, add hifiberry device driversWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-03-09add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun gitWaldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://openadk.org:/git/openadkWaldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-07add a musl hotfix from nsz for shWaldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-03-07reduce build time, approx. 13 minutes on x86_64 buildsystem, from musl-crossWaldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://openadk.org:/git/openadkWaldemar Brodkorb
2014-03-07update to latest git, x32 sysinfo fix neededWaldemar Brodkorb
2014-03-06don't remember why this workaround was added. it is in since import from ↵Waldemar Brodkorb
FreeWRT.
2014-03-06fix cross-compile of gcc, when using uClibc. --dynamic-linker was using ↵Waldemar Brodkorb
/lib/ld-uClibc.so.0
2014-03-06fix parallel using of different mips abiWaldemar Brodkorb
2014-03-06cleanup uclibc.config mess. just use one and edit via sedWaldemar Brodkorb
2014-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-04fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵Waldemar Brodkorb
qemu-sparc64, still another issue exist.
2014-03-04mergeWaldemar Brodkorb
2014-03-03only strip toolchain and target dirs for ADK_TOOLCHAINWaldemar Brodkorb
2014-03-02resolve merge conflictWaldemar Brodkorb
2014-03-02remove 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-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02fix symlink workaround for libtool after gcc 4.8.2 updateWaldemar Brodkorb
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02unbreak uclibc sparc toolchain buildingWaldemar Brodkorb
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02strip 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-02add musl sh patchWaldemar Brodkorb
2014-03-01add path to build stepWaldemar Brodkorb
2014-03-01add pathWaldemar Brodkorb
2014-03-01copy&paste is evilWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01move 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-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01merge conflictWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01update to latest gitWaldemar Brodkorb
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01remove 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-01stubs for non-muls archsWaldemar Brodkorb
2014-02-27add support for sh and muslWaldemar Brodkorb
2014-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb