mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a8cd70fc4e
commit
dfe5fff3ea
10 changed files with 28 additions and 23 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -1588,7 +1588,8 @@ fi
|
|||
|
||||
if test "$solaris" = "yes" ; then
|
||||
echo "CONFIG_SOLARIS=y" >> $config_host_mak
|
||||
echo "#define HOST_SOLARIS $solarisrev" >> $config_host_h
|
||||
echo "#define CONFIG_SOLARIS 1" >> $config_host_h
|
||||
echo "#define CONFIG_SOLARIS_VERSION $solarisrev" >> $config_host_h
|
||||
if test "$needs_libsunmath" = "yes" ; then
|
||||
echo "NEEDS_LIBSUNMATH=yes" >> $config_host_mak
|
||||
echo "#define NEEDS_LIBSUNMATH 1" >> $config_host_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue