mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 11:29:26 +00: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:
committed by
Anthony Liguori
parent
a8cd70fc4e
commit
dfe5fff3ea
@ -32,7 +32,7 @@ these four paragraphs for those parts of this code that are retained.
|
||||
#ifndef SOFTFLOAT_H
|
||||
#define SOFTFLOAT_H
|
||||
|
||||
#if defined(HOST_SOLARIS) && defined(NEEDS_LIBSUNMATH)
|
||||
#if defined(CONFIG_SOLARIS) && defined(NEEDS_LIBSUNMATH)
|
||||
#include <sunmath.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user