Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-04 | fix glibc git compile | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-08-01 | allow to use git version for C library. | Waldemar Brodkorb | |
2014-08-01 | update to latest musl version | Waldemar Brodkorb | |
2014-07-30 | update to beta5, x86 build fix | Waldemar Brodkorb | |
2014-07-30 | update to beta4 | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
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-28 | test installed uClibc | Waldemar Brodkorb | |
2014-07-28 | use latest git for uClibc | Waldemar Brodkorb | |
2014-07-24 | remove alpha from arch list | 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-22 | fix kernel module linking for xtensa, from buildroot | Waldemar Brodkorb | |
2014-07-22 | DODEBUG for x86 must be on, need to investigate later | Waldemar Brodkorb | |
2014-07-22 | workaround for firmware files | Waldemar Brodkorb | |
2014-07-19 | update to beta3 | Waldemar Brodkorb | |
2014-07-12 | add binutils patches from buildroot, to make xtensa more stable | Waldemar Brodkorb | |
2014-07-11 | make nfsroot for apu hopefully working | Waldemar Brodkorb | |
2014-07-11 | patch not required for DODEBUG=n | Waldemar Brodkorb | |
2014-07-11 | simplify uClibc toolchain builds, add uClibc-ng test subpackage | Waldemar Brodkorb | |
2014-07-10 | use toplevel target | Waldemar Brodkorb | |
2014-07-08 | first steps to get testsuite of uClibc running | Waldemar Brodkorb | |
2014-07-07 | fix build on Darwin, make uclibc-ng powerpc possible | Waldemar Brodkorb | |
2014-07-06 | allow preselection of ABI | Waldemar Brodkorb | |
2014-07-06 | allow static building of toolchain | Waldemar Brodkorb | |
2014-07-05 | update uClibc-ng to beta2 | Waldemar Brodkorb | |
2014-07-05 | use HOST_PATH, otherwise wrong sed might be used | 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 | |
This helps to find any regressions made in uClibc-ng. | |||
2014-07-05 | remove addon patches | Waldemar Brodkorb | |
2014-07-04 | add basic support for pcengines apu, only usb boot tested. | 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 | |
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-28 | add alpha for glibc and xtensa for uclibc | Waldemar Brodkorb | |
2014-06-28 | add fblogo patch as addon for 3.14/3.15 | Waldemar Brodkorb | |
2014-06-26 | update to latest stable version | Waldemar Brodkorb | |
2014-06-25 | update to latest stable | Waldemar Brodkorb | |
2014-06-22 | fix TOPDIR variable | Waldemar Brodkorb | |
2014-06-21 | overlay for linux kernel | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-18 | use libc specific patching to avoid any side effects in the gcc patches, as ↵ | Waldemar Brodkorb | |
seen in buildroot recently | |||
2014-06-17 | fix toolchain building, uclibc | Waldemar Brodkorb | |
2014-06-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-16 | do not delete gconv dir, required for iconv_open | Waldemar Brodkorb | |
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
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-08 | fixup and rename of libc arch lists | Waldemar Brodkorb | |
2014-06-07 | update to latest | Waldemar Brodkorb | |