newlib: enable new math functions on Cygwin
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b99d49e506
commit
006520ca2b
@ -467,6 +467,10 @@
|
|||||||
#define __IEEE_BIG_ENDIAN
|
#define __IEEE_BIG_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __CYGWIN__
|
||||||
|
#define __OBSOLETE_MATH_DEFAULT 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __OBSOLETE_MATH_DEFAULT
|
#ifndef __OBSOLETE_MATH_DEFAULT
|
||||||
/* Use old math code by default. */
|
/* Use old math code by default. */
|
||||||
#define __OBSOLETE_MATH_DEFAULT 1
|
#define __OBSOLETE_MATH_DEFAULT 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user