Re: [Qemu-devel] [PATCH v1 22/24] tests/tcg/Makefile: update to be called from Makefile.target

2018-04-12 Thread Fam Zheng
On Thu, 04/12 09:47, Alex Bennée wrote: > > Fam Zheng writes: > >> +testthread: LDFLAGS=-lpthread > > > > I'm a bit curious why only testthread is left in this file but others > > are gone. > > testthread is the only one that needs additional flags. However I could > put those

Re: [Qemu-devel] [PATCH v1 22/24] tests/tcg/Makefile: update to be called from Makefile.target

2018-04-12 Thread Alex Bennée
Fam Zheng writes: > On Tue, 04/10 20:39, Alex Bennée wrote: >> This make is now invoked from each individual target make with the >> appropriate CC and ARCH set for each guest. It includes all the >> multiarch tests by default as well as any tests from >> tests/tcg/$(ARCH). >>

Re: [Qemu-devel] [PATCH v1 22/24] tests/tcg/Makefile: update to be called from Makefile.target

2018-04-12 Thread Fam Zheng
On Tue, 04/10 20:39, Alex Bennée wrote: > This make is now invoked from each individual target make with the > appropriate CC and ARCH set for each guest. It includes all the > multiarch tests by default as well as any tests from > tests/tcg/$(ARCH). > > As there may be subtle additional

[Qemu-devel] [PATCH v1 22/24] tests/tcg/Makefile: update to be called from Makefile.target

2018-04-10 Thread Alex Bennée
This make is now invoked from each individual target make with the appropriate CC and ARCH set for each guest. It includes all the multiarch tests by default as well as any tests from tests/tcg/$(ARCH). As there may be subtle additional requirements for building some of the tests it also includes