summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée2019-01-14 15:54:38 +0100
committerAlex Bennée2019-01-14 15:55:32 +0100
commita36270a4d1589b1ed309065fc8b3fe0ac8d6869d (patch)
tree8b2481ee6419de9a9ece753f8bd921d1b4429e4c /configure
parenttests: use g_usleep instead of rem = sleep(time) (diff)
downloadqemu-a36270a4d1589b1ed309065fc8b3fe0ac8d6869d.tar.gz
qemu-a36270a4d1589b1ed309065fc8b3fe0ac8d6869d.tar.xz
qemu-a36270a4d1589b1ed309065fc8b3fe0ac8d6869d.zip
Revert "tests: Disable qht-bench parallel test when using gprof"
This reverts commit ce2eefd7c21697fee87a0686353de881081d22c6. The underlying cause was fixed with eb4f8e100f. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 4ea3f14883..f59d484f7a 100755
--- a/configure
+++ b/configure
@@ -7487,7 +7487,6 @@ alpha)
esac
if test "$gprof" = "yes" ; then
- echo "CONFIG_GPROF=y" >> $config_host_mak
echo "TARGET_GPROF=y" >> $config_target_mak
if test "$target_linux_user" = "yes" ; then
cflags="-p $cflags"