Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | fix bootup tests | Waldemar Brodkorb | |
2016-03-13 | update uClibc-ng to 1.0.13 | Waldemar Brodkorb | |
2016-03-13 | add more supported newlib toolchains | Waldemar Brodkorb | |
2016-03-13 | update size requirements for full build | Waldemar Brodkorb | |
2016-03-13 | fix mips64el bootup tests | Waldemar Brodkorb | |
2016-03-13 | fix xtensa bootup test | Waldemar Brodkorb | |
2016-03-11 | fix boot tests | Waldemar Brodkorb | |
2016-03-10 | and more fixes | Waldemar Brodkorb | |
2016-03-10 | more fixes | Waldemar Brodkorb | |
2016-03-10 | minor corrections in config generation | Waldemar Brodkorb | |
2016-03-07 | sync with latest OpenADK changes | Waldemar Brodkorb | |
2016-03-05 | fix newlib builds for arc/aarch64 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-03-05 | add new newlib arch, update musl | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-03-05 | enable ppcsf for musl | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-03-02 | disable sparc for glibc | Waldemar Brodkorb | |
2016-03-02 | update musl and glibc | Waldemar Brodkorb | |
2016-02-17 | update musl version | Waldemar Brodkorb | |
2016-02-15 | enable microblaze for musl | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-02-08 | allow to test alpha with uClibc-ng, disable musl microblaze until git works ↵ | Waldemar Brodkorb | |
again | |||
2016-02-07 | cris mksh test not working, to small RAM | Waldemar Brodkorb | |
2016-02-07 | allow to bisect binutils | Waldemar Brodkorb | |
2016-02-04 | fix mksh testsuite run, thanks Thorsten for the hint | Waldemar Brodkorb | |
2016-02-01 | update uClibc-ngto 1.0.12, add sh2 | Waldemar Brodkorb | |
2016-01-29 | test armv6 hard-float by default | Waldemar Brodkorb | |
2016-01-28 | rename tile to tilegx, as tilepro support might come later | Waldemar Brodkorb | |
2016-01-27 | add armv6 support | Waldemar Brodkorb | |
2016-01-24 | allow to test ppc64 little endian toolchain | Waldemar Brodkorb | |
2016-01-10 | new uClibc-ng version | Waldemar Brodkorb | |
2016-01-10 | fix continue stamps | Waldemar Brodkorb | |
2016-01-07 | add xtensa-nommu support | Waldemar Brodkorb | |
2016-01-07 | add --no-clean for experts | Waldemar Brodkorb | |
2016-01-07 | add alpha support | Waldemar Brodkorb | |
2016-01-05 | fine tune remote support, ssh eats stdin use fd 3 | Waldemar Brodkorb | |
2016-01-01 | small fixes for remote targets | Waldemar Brodkorb | |
2016-01-01 | reset variables | Waldemar Brodkorb | |
2016-01-01 | enable lm32 toolchain tests | Waldemar Brodkorb | |
2016-01-01 | fix some varable scope issues | Waldemar Brodkorb | |
2015-12-30 | use another microblaze emulation, as network card only worksfor big/little ↵ | Waldemar Brodkorb | |
endian here | |||
2015-12-29 | add first implementation of target support, works fine with Mikrotik RB532 ↵ | Waldemar Brodkorb | |
connected to a Powerswitch (controlled via sispmctl) | |||
2015-12-26 | allow to set libc version | Waldemar Brodkorb | |
2015-12-26 | add basic libc version support | Waldemar Brodkorb | |
2015-12-26 | fix xtensa build and bootup | Waldemar Brodkorb | |
2015-12-26 | update default version for uClibc-ng, fix metag variable | Waldemar Brodkorb | |
2015-12-24 | add allowed_test | Waldemar Brodkorb | |
2015-12-23 | no target fs | Waldemar Brodkorb | |
2015-12-22 | use m68k cpu as default for newlib toolchain tests | Waldemar Brodkorb | |
2015-12-21 | rebuild uclibc-ng/mksh before testrun, remove compile function | Waldemar Brodkorb | |
2015-12-21 | set runtime_test empty | Waldemar Brodkorb | |
2015-12-21 | prepare for more source usage to allow git bisect later, rebuild completely ↵ | Waldemar Brodkorb | |
when --libc-source used | |||
2015-12-21 | rework architecture variables | Waldemar Brodkorb | |
Use two spaces instead of tabs. Use one case statement to declare all required variables for an architecture. Simpler to recognize any missing or wrong architectures. Everything is now a test and only one test each run is allowed. The default is toolchain now. This avoids unneeded rebuilds of openadk. There is one open issue, rebuild of uClibc-ng is not detected, this will be fixed soon, so that testsuite gets installed properly. |