Skip to content

Commit 4cc8911

Browse files
Include newlib built from esp-quick-toolchain
1 parent 25d9e96 commit 4cc8911

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

tools/sdk/libc/xtensa-lx106-elf/include/newlib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/* Optional reentrant struct support. Used mostly on platforms with
3333
very restricted storage. */
34-
#define _WANT_REENT_SMALL 1
34+
/* #undef _WANT_REENT_SMALL */
3535

3636
/* Multibyte supported */
3737
/* #undef _MB_CAPABLE */
@@ -87,7 +87,7 @@
8787
/* #undef _REENT_GLOBAL_ATEXIT */
8888

8989
/* Define if small footprint nano-formatted-IO implementation used. */
90-
#define _NANO_FORMATTED_IO 1
90+
/* #undef _NANO_FORMATTED_IO */
9191

9292
/*
9393
* Iconv encodings enabled ("to" direction)
-96 Bytes
Binary file not shown.
693 KB
Binary file not shown.
531 KB
Binary file not shown.
-24.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)