Re: [Qemu-devel] [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target

2018-05-17 Thread Alex Bennée

Richard Henderson  writes:

> On 05/17/2018 10:47 AM, Alex Bennée wrote:
>> Nothing much here yet.
>>
>> Signed-off-by: Alex Bennée 
>> ---
>>  tests/tcg/aarch64/Makefile.target | 5 +
>>  1 file changed, 5 insertions(+)
>>  create mode 100644 tests/tcg/aarch64/Makefile.target
>>
>> diff --git a/tests/tcg/aarch64/Makefile.target 
>> b/tests/tcg/aarch64/Makefile.target
>> new file mode 100644
>> index 00..4ac8fbe73f
>> --- /dev/null
>> +++ b/tests/tcg/aarch64/Makefile.target
>> @@ -0,0 +1,5 @@
>> +# -*- Mode: makefile -*-
>> +#
>> +# AArch64 specific tweaks
>> +
>> +fcvt: LDFLAGS+=-lm
>>
>
> Merge this with adding fcvt, surely.

Yeah... too much shuffling around.
>
>
> r~


--
Alex Bennée



Re: [Qemu-devel] [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target

2018-05-17 Thread Richard Henderson
On 05/17/2018 10:47 AM, Alex Bennée wrote:
> Nothing much here yet.
> 
> Signed-off-by: Alex Bennée 
> ---
>  tests/tcg/aarch64/Makefile.target | 5 +
>  1 file changed, 5 insertions(+)
>  create mode 100644 tests/tcg/aarch64/Makefile.target
> 
> diff --git a/tests/tcg/aarch64/Makefile.target 
> b/tests/tcg/aarch64/Makefile.target
> new file mode 100644
> index 00..4ac8fbe73f
> --- /dev/null
> +++ b/tests/tcg/aarch64/Makefile.target
> @@ -0,0 +1,5 @@
> +# -*- Mode: makefile -*-
> +#
> +# AArch64 specific tweaks
> +
> +fcvt: LDFLAGS+=-lm
> 

Merge this with adding fcvt, surely.


r~



[Qemu-devel] [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target

2018-05-17 Thread Alex Bennée
Nothing much here yet.

Signed-off-by: Alex Bennée 
---
 tests/tcg/aarch64/Makefile.target | 5 +
 1 file changed, 5 insertions(+)
 create mode 100644 tests/tcg/aarch64/Makefile.target

diff --git a/tests/tcg/aarch64/Makefile.target 
b/tests/tcg/aarch64/Makefile.target
new file mode 100644
index 00..4ac8fbe73f
--- /dev/null
+++ b/tests/tcg/aarch64/Makefile.target
@@ -0,0 +1,5 @@
+# -*- Mode: makefile -*-
+#
+# AArch64 specific tweaks
+
+fcvt: LDFLAGS+=-lm
-- 
2.17.0