aboutsummaryrefslogtreecommitdiff
path: root/newlib/README
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/README b/newlib/README
index 97890b9..9de294e 100644
--- a/newlib/README
+++ b/newlib/README
@@ -310,6 +310,12 @@ One feature can be enabled by specifying `--enable-FEATURE=yes' or
Enable small reentrant struct support.
Disabled by default.
+`--enable-newlib-reent-binary-compat'
+ Enable backward binary compatibility for struct _reent. If enabled, then
+ unused members in struct _reent are preserved to maintain the structure
+ layout.
+ Disabled by default.
+
`--disable-newlib-fvwrite-in-streamio'
NEWLIB implements the vector buffer mechanism to support stream IO
buffering required by C standard. This feature is possibly