Age | Commit message (Collapse) | Author |
|
executables (f.e. sash) with a wrong data start are created by elf2flt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Filippov
|
|
patched Qemu. Thanks to Max Filippov for fixes and ideas.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852.
|
|
|
|
|
|
here.
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sorry, for the unstable changes. To build different cpu flavours
and ABI's in parallel, it is required to have unique dirs.
|
|
|
|
|
|
|
|
This helps to find any regressions made in uClibc-ng.
|
|
|
|
|
|
|