diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-09-30 11:15:23 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-10-04 11:03:54 -0700 |
commit | a0bc59972664194cc208e28ae714b134a26ba045 (patch) | |
tree | c346b5783b474db2092d6a10e96e00e733b00ffa /tests/qemu-iotests/meson.build | |
parent | 33bc4fa78b06fc4e5fe22e5576811a97707e0cc6 (diff) |
build: Remove --enable-gprof
This build option has been deprecated since 8.0.
Remove all CONFIG_GPROF code that depends on that,
including one errant check using TARGET_GPROF.
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/qemu-iotests/meson.build')
-rw-r--r-- | tests/qemu-iotests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build index 44761e1e4d..53847cb98f 100644 --- a/tests/qemu-iotests/meson.build +++ b/tests/qemu-iotests/meson.build @@ -1,4 +1,4 @@ -if not have_tools or targetos == 'windows' or get_option('gprof') +if not have_tools or targetos == 'windows' subdir_done() endif |