diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-10-21 16:09:30 +1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-02-04 06:19:42 -1000 |
commit | 521d38ec9b4da82576dfcd3c5b6a2172cda25736 (patch) | |
tree | d28b1272ec3cf3edc3fd2aed1c8a660be4bda8e1 /tests/tcg/s390x/Makefile.target | |
parent | c432198ab09205d06ba9cf53cb4610d5fae22aa7 (diff) | |
download | qemu-521d38ec9b4da82576dfcd3c5b6a2172cda25736.zip qemu-521d38ec9b4da82576dfcd3c5b6a2172cda25736.tar.gz qemu-521d38ec9b4da82576dfcd3c5b6a2172cda25736.tar.bz2 |
tests/tcg/s390x: Add long-double.c
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/s390x/Makefile.target')
-rw-r--r-- | tests/tcg/s390x/Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 79250f3..1d45427 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -26,6 +26,7 @@ TESTS+=branch-relative-long TESTS+=noexec TESTS+=div TESTS+=clst +TESTS+=long-double Z13_TESTS=vistr $(Z13_TESTS): CFLAGS+=-march=z13 -O2 |