Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-04 | allow to set libc git via environment | Waldemar Brodkorb | |
2014-08-04 | add some debug related optimization | Waldemar Brodkorb | |
2014-08-04 | fix glibc git compile | Waldemar Brodkorb | |
2014-08-04 | only link tinfo when available | Waldemar Brodkorb | |
2014-08-04 | musl is 1.1.4 | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-08-01 | disable shared build for host | Waldemar Brodkorb | |
2014-08-01 | add rdate for adktest | Waldemar Brodkorb | |
2014-08-01 | more patches for musl userland as buildsystem | Waldemar Brodkorb | |
2014-08-01 | add libc-test package | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
2014-08-01 | add cpio and xz to devel collection | 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-31 | add uclibc test-suite package | Waldemar Brodkorb | |
2014-07-30 | it is m5208, not m5206 | Waldemar Brodkorb | |
2014-07-30 | only gzip is supported, do not add an extra symbol | Waldemar Brodkorb | |
2014-07-30 | teeth must be used for test | Waldemar Brodkorb | |
2014-07-30 | add ethers example | Waldemar Brodkorb | |
2014-07-30 | update to beta5, x86 build fix | Waldemar Brodkorb | |
2014-07-30 | minor m68k fix | Waldemar Brodkorb | |
2014-07-30 | fix static build | Waldemar Brodkorb | |
2014-07-30 | add libuargp, always on in OpenADK | Waldemar Brodkorb | |
2014-07-30 | enable inotify by default. uClibc test failure fix. it is useful anyway. can ↵ | Waldemar Brodkorb | |
be disabled to save space | |||
2014-07-30 | allow static linking | Waldemar Brodkorb | |
2014-07-30 | remove la file mangling. packages should use pkg-config to find options for ↵ | Waldemar Brodkorb | |
static linking | |||
2014-07-30 | use --static | Waldemar Brodkorb | |
2014-07-30 | add module unload support globally, useful for debugging | Waldemar Brodkorb | |
2014-07-30 | fix module placement | Waldemar Brodkorb | |
2014-07-30 | Revert "add kernel config for qemu-sheb" | Waldemar Brodkorb | |
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852. | |||
2014-07-30 | update to beta4 | Waldemar Brodkorb | |
2014-07-30 | fix boot from disk | Waldemar Brodkorb | |
2014-07-30 | add uclibc-ng sparc config | Waldemar Brodkorb | |
2014-07-30 | add argp by default | Waldemar Brodkorb | |
2014-07-29 | only remove object files, .c files are used to get test names | Waldemar Brodkorb | |
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-07-29 | rework adk test stuff, use netcat to avoid socat/fork for non-MMU | Waldemar Brodkorb | |
2014-07-29 | disable cfgfs for initramfsarchive | Waldemar Brodkorb | |
2014-07-29 | fix initrdramfsarchive target | Waldemar Brodkorb | |
2014-07-29 | add some options, which are required for uclibc-ng test script | Waldemar Brodkorb | |
2014-07-29 | add initramfsarchive targets for m68k | Waldemar Brodkorb | |
2014-07-28 | it is mac99 | Waldemar Brodkorb | |
2014-07-28 | fix patch after kernel update | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
2014-07-28 | disable gnu hash support in default config, will be enabled on demand later | Waldemar Brodkorb | |
2014-07-28 | add support for pcengines-apu booting from ssd | 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-28 | test installed uClibc | Waldemar Brodkorb | |
2014-07-28 | add make when test suite is choosen | Waldemar Brodkorb | |
2014-07-28 | use latest git for uClibc | Waldemar Brodkorb | |