]> Git Repo - qemu.git/commitdiff
configure: Let the TARGET_GPROF var use the regular 'y' for Yes
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 3 Jan 2019 15:09:50 +0000 (16:09 +0100)
committerEduardo Habkost <[email protected]>
Fri, 11 Jan 2019 18:21:45 +0000 (16:21 -0200)
All other variables are set using 'y', which is what the rules.mak
functions expect to parse.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190103150951[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
configure

index cf763d467479bd7e6b5cf028da962deeed7c5230..0c433ec0434f2f68a7d1d36e0ce242ca9e136233 100755 (executable)
--- a/configure
+++ b/configure
@@ -7490,7 +7490,7 @@ alpha)
 esac
 
 if test "$gprof" = "yes" ; then
-  echo "TARGET_GPROF=yes" >> $config_target_mak
+  echo "TARGET_GPROF=y" >> $config_target_mak
   if test "$target_linux_user" = "yes" ; then
     cflags="-p $cflags"
     ldflags="-p $ldflags"
This page took 0.038157 seconds and 4 git commands to generate.