mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
Once there fix a place where it was misspelled Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
2880bc32b8
commit
75b5a697ed
4 changed files with 5 additions and 5 deletions
|
@ -62,7 +62,7 @@
|
|||
#define isunordered(x,y) unordered(x, y)
|
||||
#endif
|
||||
|
||||
#if defined(__sun__) && !defined(NEED_LIBSUNMATH)
|
||||
#if defined(__sun__) && !defined(CONFIG_NEEDS_LIBSUNMATH)
|
||||
|
||||
#ifndef isnan
|
||||
# define isnan(x) \
|
||||
|
|
|
@ -32,7 +32,7 @@ these four paragraphs for those parts of this code that are retained.
|
|||
#ifndef SOFTFLOAT_H
|
||||
#define SOFTFLOAT_H
|
||||
|
||||
#if defined(CONFIG_SOLARIS) && defined(NEEDS_LIBSUNMATH)
|
||||
#if defined(CONFIG_SOLARIS) && defined(CONFIG_NEEDS_LIBSUNMATH)
|
||||
#include <sunmath.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue