Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | uclibc-ng: update default configs | Waldemar Brodkorb | |
2016-12-04 | uclibc-ng: refresh configs, enable sha512 | Waldemar Brodkorb | |
2016-05-29 | uClibc-ng: update to 1.0.15, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-03-16 | disable uClibc-ng obstack, gdb/binutils has its own copy | Waldemar Brodkorb | |
2016-03-12 | uclibc-ng: disable long double math in default config | Waldemar Brodkorb | |
2016-02-07 | uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵ | Waldemar Brodkorb | |
1.0 config | |||
2015-10-25 | disable UCLIBC_HAS_FENV for git configs, too | Waldemar Brodkorb | |
2015-05-30 | enable FPU for Aranym | Waldemar Brodkorb | |
2015-04-14 | enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, too | Waldemar Brodkorb | |
2015-04-02 | remove deprecated symbols | Waldemar Brodkorb | |
2015-03-29 | enable UCLIBC_HAS_UTMP for uClibc-ng | Waldemar Brodkorb | |
2015-02-18 | add support for uClibc-ng git master | Waldemar Brodkorb | |
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures. | |||
2014-09-08 | sync with uClibc Makefile, config files will be compatible | Waldemar Brodkorb | |
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-15 | update config for non-mmu case, enable threads | Waldemar Brodkorb | |
2014-08-06 | enable backtrace support by default for uClibc-ng | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-30 | add argp by default | 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-25 | remove unused symbol | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. |