summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-08-03 14:47:10 +0200
committerAnthony Liguori2009-08-10 20:05:48 +0200
commitf622d8a33dfbd83468d71e48624925c950b4010e (patch)
tree2a927da3eb4b24f9fc259c98a6b674416b567db6 /configure
parentAdd cocoa libs at Darwin selection time (diff)
downloadqemu-f622d8a33dfbd83468d71e48624925c950b4010e.tar.gz
qemu-f622d8a33dfbd83468d71e48624925c950b4010e.tar.xz
qemu-f622d8a33dfbd83468d71e48624925c950b4010e.zip
convert gprof flags to style of rest of Makefile
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d371c69318..6349d2e0f1 100755
--- a/configure
+++ b/configure
@@ -2169,6 +2169,7 @@ if test "$gprof" = "yes" ; then
fi
if test "$target_softmmu" = "yes" ; then
ldflags="-p $ldflags"
+ echo "GPROF_CFLAGS=-p" >> $config_mak
fi
fi