Re: [Qemu-devel] [PATCH v1 18/24] tests/tcg/arm: fix hello-arm

2018-04-15 Thread Philippe Mathieu-Daudé
Hi Alex, On 04/10/2018 04:39 PM, Alex Bennée wrote: > As hello-arm is a bare bones syscall test it needs specific compiler > flags so it doesn't try and link against glibc. > > Signed-off-by: Alex Bennée > --- > tests/tcg/arm/Makefile.target | 6 ++ > 1 file changed, 6 insertions(+) > crea

Re: [Qemu-devel] [PATCH v1 18/24] tests/tcg/arm: fix hello-arm

2018-04-11 Thread Thomas Huth
On 10.04.2018 21:39, Alex Bennée wrote: > As hello-arm is a bare bones syscall test it needs specific compiler > flags so it doesn't try and link against glibc. > > Signed-off-by: Alex Bennée > --- > tests/tcg/arm/Makefile.target | 6 ++ > 1 file changed, 6 insertions(+) > create mode 10064