Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-06 | remove duplicate depends | Waldemar Brodkorb | |
2014-09-06 | put gcc/binutils choice on top | Waldemar Brodkorb | |
2014-09-05 | start arc integration | Waldemar Brodkorb | |
2014-09-03 | 4.9.1 for aarch64 needed | Waldemar Brodkorb | |
2014-08-31 | add support for bfin toolchain creation | Waldemar Brodkorb | |
2014-08-11 | fix testsuite build of uClibc, one patch from buildroot | Waldemar Brodkorb | |
2014-08-04 | add some debug related optimization | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-24 | always compile uClibc testsuite | Waldemar Brodkorb | |
2014-07-08 | first steps to get testsuite of uClibc running | Waldemar Brodkorb | |
2014-07-05 | add different arm architectures for toolchain building | Waldemar Brodkorb | |
2014-06-28 | enable shared libgcc for uClibc/glibc | Waldemar Brodkorb | |
unfortunately uClibc/glibc uses dlopen to access exception handling code from libgcc_s.so.1. Pure static build is only provided by musl. | |||
2014-06-11 | ignore config.sub/config.guess, do not create backup and restore it on ↵ | Waldemar Brodkorb | |
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package | |||
2014-06-05 | rework ssp support, use static version of libssp | Waldemar Brodkorb | |
2014-06-04 | make ld relro and bind now optional | Waldemar Brodkorb | |
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | select libssp package | Waldemar Brodkorb | |
2014-05-28 | allow to choose ld garbage collector | Waldemar Brodkorb | |
2014-05-25 | allow to enable PIE | Waldemar Brodkorb | |
2014-05-24 | mips finetuning and fixes | Waldemar Brodkorb | |
2014-05-23 | allow to use hash-style gnu for non-mips targets | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |