On 18 June 2016 at 21:51, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 18 June 2016 at 20:09, Stefan Weil <s...@weilnetz.de> wrote: >> Here is a list of problems which I noticed: >> >> configure: >> >> readelf: Error: Not an ELF file - it has the wrong magic bytes at >> the start > > We should make our configure test correctly send stderr > to /dev/null, since "not an ELF file" is OK and just > means "test should not pass". > >> ld: unknown option: --verbose > > This whole test should be 'only if doing linux-user or > bsd-user builds' I guess, since it's only for those.
I'll put some patches together for these at least. thanks -- PMM