Re: [PATCH 1/3] tests/tcg/s390x: Test compiler flags only once, not every time

2022-10-13 Thread Richard Henderson
On 10/13/22 11:27, Thomas Huth wrote: This is common practice, see the Makefile.target in the aarch64 folder for example. Suggested-by: Alex Bennée Signed-off-by: Thomas Huth --- tests/tcg/s390x/Makefile.target | 27 +-- 1 file changed, 17 insertions(+), 10 deletions

Re: [PATCH 1/3] tests/tcg/s390x: Test compiler flags only once, not every time

2022-10-12 Thread David Hildenbrand
On 12.10.22 20:27, Thomas Huth wrote: This is common practice, see the Makefile.target in the aarch64 folder for example. Suggested-by: Alex Bennée Signed-off-by: Thomas Huth --- tests/tcg/s390x/Makefile.target | 27 +-- 1 file changed, 17 insertions(+), 10 deletions

[PATCH 1/3] tests/tcg/s390x: Test compiler flags only once, not every time

2022-10-12 Thread Thomas Huth
This is common practice, see the Makefile.target in the aarch64 folder for example. Suggested-by: Alex Bennée Signed-off-by: Thomas Huth --- tests/tcg/s390x/Makefile.target | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/tests/tcg/s390x/Makefile