Re: [Qemu-devel] [PATCH] configure: Diagnose broken linkers directly

2015-11-29 Thread Michael Tokarev
24.11.2015 17:55, Peter Maydell wrote: > Currently if the user's compiler works for creating .o files but > their linker is broken such that compiling an executable from a > C file does not work, we will report a misleading error message > about the compiler not supporting __thread (since that happ

[Qemu-devel] [PATCH] configure: Diagnose broken linkers directly

2015-11-24 Thread Peter Maydell
Currently if the user's compiler works for creating .o files but their linker is broken such that compiling an executable from a C file does not work, we will report a misleading error message about the compiler not supporting __thread (since that happens to be the first test we run which requires