summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-20fix bootup testsWaldemar Brodkorb
2016-03-13update uClibc-ng to 1.0.13Waldemar Brodkorb
2016-03-13add more supported newlib toolchainsWaldemar Brodkorb
2016-03-13update size requirements for full buildWaldemar Brodkorb
2016-03-13fix mips64el bootup testsWaldemar Brodkorb
2016-03-13fix xtensa bootup testWaldemar Brodkorb
2016-03-11fix boot testsWaldemar Brodkorb
2016-03-10and more fixesWaldemar Brodkorb
2016-03-10more fixesWaldemar Brodkorb
2016-03-10minor corrections in config generationWaldemar Brodkorb
2016-03-07sync with latest OpenADK changesWaldemar Brodkorb
2016-03-05fix newlib builds for arc/aarch64Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-05add new newlib arch, update muslWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-05enable ppcsf for muslWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-02disable sparc for glibcWaldemar Brodkorb
2016-03-02update musl and glibcWaldemar Brodkorb
2016-02-17update musl versionWaldemar Brodkorb
2016-02-15enable microblaze for muslWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-02-08allow to test alpha with uClibc-ng, disable musl microblaze until git works ↵Waldemar Brodkorb
again
2016-02-07cris mksh test not working, to small RAMWaldemar Brodkorb
2016-02-07allow to bisect binutilsWaldemar Brodkorb
2016-02-04fix mksh testsuite run, thanks Thorsten for the hintWaldemar Brodkorb
2016-02-01update uClibc-ngto 1.0.12, add sh2Waldemar Brodkorb
2016-01-29test armv6 hard-float by defaultWaldemar Brodkorb
2016-01-28rename tile to tilegx, as tilepro support might come laterWaldemar Brodkorb
2016-01-27add armv6 supportWaldemar Brodkorb
2016-01-24allow to test ppc64 little endian toolchainWaldemar Brodkorb
2016-01-10new uClibc-ng versionWaldemar Brodkorb
2016-01-10fix continue stampsWaldemar Brodkorb
2016-01-07add xtensa-nommu supportWaldemar Brodkorb
2016-01-07add --no-clean for expertsWaldemar Brodkorb
2016-01-07add alpha supportWaldemar Brodkorb
2016-01-05fine tune remote support, ssh eats stdin use fd 3Waldemar Brodkorb
2016-01-01small fixes for remote targetsWaldemar Brodkorb
2016-01-01reset variablesWaldemar Brodkorb
2016-01-01enable lm32 toolchain testsWaldemar Brodkorb
2016-01-01fix some varable scope issuesWaldemar Brodkorb
2015-12-30use another microblaze emulation, as network card only worksfor big/little ↵Waldemar Brodkorb
endian here
2015-12-29add first implementation of target support, works fine with Mikrotik RB532 ↵Waldemar Brodkorb
connected to a Powerswitch (controlled via sispmctl)
2015-12-26allow to set libc versionWaldemar Brodkorb
2015-12-26add basic libc version supportWaldemar Brodkorb
2015-12-26fix xtensa build and bootupWaldemar Brodkorb
2015-12-26update default version for uClibc-ng, fix metag variableWaldemar Brodkorb
2015-12-24add allowed_testWaldemar Brodkorb
2015-12-23no target fsWaldemar Brodkorb
2015-12-22use m68k cpu as default for newlib toolchain testsWaldemar Brodkorb
2015-12-21rebuild uclibc-ng/mksh before testrun, remove compile functionWaldemar Brodkorb
2015-12-21set runtime_test emptyWaldemar Brodkorb
2015-12-21prepare for more source usage to allow git bisect later, rebuild completely ↵Waldemar Brodkorb
when --libc-source used
2015-12-21rework architecture variablesWaldemar 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.