summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2014-04-27update checksumWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-26move thumb mode to toolchain optionsWaldemar Brodkorb
2014-04-24update 3.4 kernelWaldemar Brodkorb
2014-04-24update 3.10 kernelWaldemar Brodkorb
2014-04-24update 3.12 kernelWaldemar Brodkorb
2014-04-24update 3.13 kernel, add raspberry patchesWaldemar Brodkorb
2014-04-24update musl, fixes microblaze supportWaldemar Brodkorb
2014-04-23work in progress patches for cubox-iWaldemar Brodkorb
2014-04-23fix toolchain build on darwin, avoid (a|), which seems to be not documented ↵Waldemar Brodkorb
in POSIX
2014-04-22workaround no needed anymoreWaldemar Brodkorb
2014-04-15fix superh big endian compile for muslWaldemar Brodkorb
2014-04-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-04-14update to latest bootloader, userland and kernel for rpiWaldemar Brodkorb
2014-04-14sync with musl-crossWaldemar Brodkorb
2014-04-13gold default off, does not compile with clang at the momentWaldemar Brodkorb
2014-04-10use libc specific toolchain arch listWaldemar Brodkorb
2014-04-08no gold for mips at the momentWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-04-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-04-07only use patch for ARCH == sparcWaldemar Brodkorb
2014-04-06use lowercase directory nameWaldemar Brodkorb
2014-04-06add spacr miscompile workaroundWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-26remove microperl patch, not required, we have full perl nowWaldemar Brodkorb
2014-03-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-26bump all kernelsWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-23fix arm compileWaldemar Brodkorb
2014-03-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20update musl to 1.0.0Waldemar Brodkorb
2014-03-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20use system zlibWaldemar Brodkorb
2014-03-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20fix qemu-i686 and uClibc buildWaldemar Brodkorb
2014-03-20fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be ↵Waldemar Brodkorb
needed for shared libraries
2014-03-20add fpu settings, fix symlinksWaldemar Brodkorb
2014-03-19fix stripping for toolchain, toolchain dir includes target libgccWaldemar Brodkorb
2014-03-19fix readelf installation, required for firefox cross-buildWaldemar Brodkorb
2014-03-19udpate musl from gitWaldemar Brodkorb
2014-03-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-18fix udhcpc for x32, from musl-gitWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar 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-17use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanupWaldemar Brodkorb
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