configure: Let the TARGET_GPROF var use the regular 'y' for Yes
All other variables are set using 'y', which is what the rules.mak functions expect to parse. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190103150951.17592-2-philmd@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
e53f7796fb
commit
0acf7ded0c
2
configure
vendored
2
configure
vendored
@ -7490,7 +7490,7 @@ alpha)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$gprof" = "yes" ; then
|
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
|
if test "$target_linux_user" = "yes" ; then
|
||||||
cflags="-p $cflags"
|
cflags="-p $cflags"
|
||||||
ldflags="-p $ldflags"
|
ldflags="-p $ldflags"
|
||||||
|
Loading…
Reference in New Issue
Block a user