mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Add -static in configure if needed
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f36fc7a135
commit
67c0f08d16
3 changed files with 2 additions and 14 deletions
1
configure
vendored
1
configure
vendored
|
@ -1588,6 +1588,7 @@ fi
|
|||
if test "$static" = "yes" ; then
|
||||
echo "CONFIG_STATIC=y" >> $config_host_mak
|
||||
echo "#define CONFIG_STATIC 1" >> $config_host_h
|
||||
LDFLAGS="$LDFLAGS -static"
|
||||
fi
|
||||
if test $profiler = "yes" ; then
|
||||
echo "#define CONFIG_PROFILER 1" >> $config_host_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue