0001-tests-fp-disable-fp-bench-build-by-default.patch 783 B

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