Age | Commit message (Expand) | Author |
2014-08-12 | add support for xtensa dc233c variant. use uImage, which works with a patched... | Waldemar Brodkorb |
2014-08-07 | add basic support for qemu-aarch64 | Waldemar Brodkorb |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ... | Waldemar Brodkorb |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb |
2014-07-23 | add qemu support for ppc virtex ml507 | Waldemar Brodkorb |
2014-07-23 | no arch flags for alpha | Waldemar Brodkorb |
2014-07-07 | fix build on Darwin, make uclibc-ng powerpc possible | Waldemar Brodkorb |
2014-07-06 | allow static building of toolchain | Waldemar Brodkorb |
2014-07-05 | add different arm architectures for toolchain building | Waldemar Brodkorb |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb |
2014-06-30 | start adding architectures for uClibc without NPTL/TLS | Waldemar Brodkorb |
2014-06-28 | enable shared libgcc for uClibc/glibc | Waldemar Brodkorb |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb |
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max Filippov... | Waldemar Brodkorb |
2014-06-12 | add lto support to first stage compiler | Waldemar Brodkorb |
2014-06-11 | add cleansystem target, filter fstack-protector-all for musl | Waldemar Brodkorb |
2014-06-05 | rework ssp support, use static version of libssp | Waldemar Brodkorb |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb |
2014-05-31 | do not install libiberty in staging area | Waldemar Brodkorb |
2014-05-29 | make libssp shared, when SSP used | Waldemar Brodkorb |
2014-05-24 | fix libstdcxx issues | Waldemar Brodkorb |
2014-05-23 | always build c++ compiler | Waldemar Brodkorb |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb |
2014-05-22 | use target cflags for libstdcxx, do not create shared libgcc | Waldemar Brodkorb |
2014-05-04 | revert, unfortunately there is libgcc, which is then build with the wrong opt... | Waldemar Brodkorb |
2014-05-03 | as discussed with phil, do not default toolchain to a specific cpu, we have -... | Waldemar Brodkorb |
2014-04-30 | rework thumb2 support | Waldemar Brodkorb |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb |
2014-04-07 | add gold support | Waldemar Brodkorb |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | 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 | add fpu settings, fix symlinks | Waldemar Brodkorb |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb |
2014-03-17 | fixups for x86_64 x32 toolchain, x86_64 32 still problematic | Waldemar Brodkorb |
2014-03-14 | fix m68k support | 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-06 | fix cross-compile of gcc, when using uClibc. --dynamic-linker was using /lib/... | Waldemar Brodkorb |
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for qemu-sparc64... | 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 kno... | Waldemar Brodkorb |
2014-03-02 | fix symlink workaround for libtool after gcc 4.8.2 update | 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 |
2014-03-01 | merge conflict | Waldemar Brodkorb |
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb |
2014-03-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some t... | Waldemar Brodkorb |