diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:47:10 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:48 -0500 |
commit | f622d8a33dfbd83468d71e48624925c950b4010e (patch) | |
tree | 2a927da3eb4b24f9fc259c98a6b674416b567db6 /configure | |
parent | 7973f21c4b62a2143b7e90da31228c18bf70055a (diff) |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |