mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
rename HAVE_GPROF to TARGET_GPROF
Use was not consistent, in Makefile was TARGET_GPROF and in *h HAVE_GPROF Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5735147e5f
commit
9788c9cadf
3 changed files with 7 additions and 7 deletions
2
configure
vendored
2
configure
vendored
|
@ -1583,7 +1583,7 @@ if test -n "$sparc_cpu"; then
|
|||
fi
|
||||
if test "$gprof" = "yes" ; then
|
||||
echo "TARGET_GPROF=yes" >> $config_host_mak
|
||||
echo "#define HAVE_GPROF 1" >> $config_host_h
|
||||
echo "#define TARGET_GPROF 1" >> $config_host_h
|
||||
fi
|
||||
if test "$static" = "yes" ; then
|
||||
echo "CONFIG_STATIC=y" >> $config_host_mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue