1From f82238299d3c4cd23ca60cfc0cf4271f5c860873 Mon Sep 17 00:00:00 2001
2From: Romain Naour <romain.naour@gmail.com>
3Date: Wed, 25 Aug 2021 21:55:53 +0200
4Subject: [PATCH] tests/fp: disable fp-bench build by default
5
6Fixes:
7https://lists.nongnu.org/archive/html/qemu-devel/2021-03/msg00947.html
8
9Signed-off-by: Romain Naour <romain.naour@gmail.com>
10---
11 tests/fp/meson.build | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/tests/fp/meson.build b/tests/fp/meson.build
15index 07e2cdc8d2..c96460b7f1 100644
16--- a/tests/fp/meson.build
17+++ b/tests/fp/meson.build
18@@ -631,6 +631,7 @@ fpbench = executable(
19   dependencies: [qemuutil],
20   include_directories: [sfinc, include_directories(tfdir)],
21   c_args: fpcflags,
22+  build_by_default: false,
23 )
24
25 fptestlog2 = executable(
26--
272.31.1
28
29