Subversion Repositories Kolibri OS

Rev

Rev 6536 | Rev 6607 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6536 Rev 6557
Line 13... Line 13...
13
/* Newlib version */
13
/* Newlib version */
14
#include <_newlib_version.h>
14
#include <_newlib_version.h>
Line 15... Line 15...
15
 
15
 
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
17
 * printf/scanf enabled */
17
 * printf/scanf enabled */
Line 18... Line 18...
18
/* #undef _WANT_IO_C99_FORMATS */
18
#define _WANT_IO_C99_FORMATS
Line 19... Line 19...
19
 
19
 
20
#define __DYNAMIC_REENT__
20
#define __DYNAMIC_REENT__
Line 54... Line 54...
54
/* True if atexit() may dynamically allocate space for cleanup
54
/* True if atexit() may dynamically allocate space for cleanup
55
   functions.  */
55
   functions.  */
56
#define _ATEXIT_DYNAMIC_ALLOC 1
56
#define _ATEXIT_DYNAMIC_ALLOC 1
Line 57... Line 57...
57
 
57
 
58
/* True if long double supported.  */
58
/* True if long double supported.  */
Line 59... Line 59...
59
#define _HAVE_LONG_DOUBLE 1
59
//#define _HAVE_LONG_DOUBLE 1
60
 
60
 
Line 61... Line 61...
61
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
61
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */