Re: [Qemu-devel] [PATCH v2 05/16] tests/tcg/mips: fix hello-mips compilation

2019-03-01 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 2/28/19 9:25 PM, Alex Bennée wrote: >> The compilation flags for proper building are in the source tree. We >> also fix exit to 0 so the result is counted as a success. >> >> Signed-off-by: Alex Bennée >> --- >> tests/tcg/mips/Makefile.target |

Re: [Qemu-devel] [PATCH v2 05/16] tests/tcg/mips: fix hello-mips compilation

2019-02-28 Thread Philippe Mathieu-Daudé
Hi Alex, On 2/28/19 9:25 PM, Alex Bennée wrote: > The compilation flags for proper building are in the source tree. We > also fix exit to 0 so the result is counted as a success. > > Signed-off-by: Alex Bennée > --- > tests/tcg/mips/Makefile.target | 11 --- > tests/tcg/mips/hello-mips.

[Qemu-devel] [PATCH v2 05/16] tests/tcg/mips: fix hello-mips compilation

2019-02-28 Thread Alex Bennée
The compilation flags for proper building are in the source tree. We also fix exit to 0 so the result is counted as a success. Signed-off-by: Alex Bennée --- tests/tcg/mips/Makefile.target | 11 --- tests/tcg/mips/hello-mips.c| 2 +- 2 files changed, 5 insertions(+), 8 deletions(-)