Subversion Repositories Kolibri OS

Rev

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

Rev 6312 Rev 6536
Line 9... Line 9...
9
 
9
 
10
/* EL/IX level */
10
/* EL/IX level */
Line 11... Line 11...
11
/* #undef _ELIX_LEVEL */
11
/* #undef _ELIX_LEVEL */
12
 
12
 
Line 13... Line 13...
13
/* Newlib version */
13
/* Newlib version */
14
#define _NEWLIB_VERSION "2.3.0"
14
#include <_newlib_version.h>
15
 
15
 
Line 16... Line 16...
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
Line 17... Line 17...
17
 * printf/scanf enabled */
17
 * printf/scanf enabled */
18
//#define _WANT_IO_C99_FORMATS
18
/* #undef _WANT_IO_C99_FORMATS */
Line 47... Line 47...
47
/* Enable ICONV external CCS files loading capabilities */
47
/* Enable ICONV external CCS files loading capabilities */
48
/* #undef _ICONV_ENABLE_EXTERNAL_CCS */
48
/* #undef _ICONV_ENABLE_EXTERNAL_CCS */
Line 49... Line 49...
49
 
49
 
50
/* Define if the linker supports .preinit_array/.init_array/.fini_array
50
/* Define if the linker supports .preinit_array/.init_array/.fini_array
51
 * sections.  */
51
 * sections.  */
Line 52... Line 52...
52
#define HAVE_INITFINI_ARRAY 1
52
/* #undef HAVE_INITFINI_ARRAY */
53
 
53
 
54
/* True if atexit() may dynamically allocate space for cleanup
54
/* True if atexit() may dynamically allocate space for cleanup
Line 55... Line 55...
55
   functions.  */
55
   functions.  */
56
#define _ATEXIT_DYNAMIC_ALLOC 1
56
#define _ATEXIT_DYNAMIC_ALLOC 1
Line -... Line 57...
-
 
57
 
-
 
58
/* True if long double supported.  */
-
 
59
#define _HAVE_LONG_DOUBLE 1
57
 
60
 
58
/* True if long double supported.  */
61
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
Line 59... Line 62...
59
#define _HAVE_LONG_DOUBLE 1
62
#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
60
 
63