aboutsummaryrefslogtreecommitdiff
path: root/newlib/README
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-13 13:55:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-18 07:45:09 +0200
commit065d77dd0232efb4a49494ff9d2797da9c537e28 (patch)
tree9611ba734325a62d91ec9e1f74da9ea85acf1688 /newlib/README
parent5c7af4227d324c2aa83e4fc4042a1b52147907f4 (diff)
downloadnewlib-065d77dd0232efb4a49494ff9d2797da9c537e28.zip
newlib-065d77dd0232efb4a49494ff9d2797da9c537e28.tar.gz
newlib-065d77dd0232efb4a49494ff9d2797da9c537e28.tar.bz2
Add --enable-newlib-reent-binary-compat
Add the --enable-newlib-reent-binary-compat configure option. This option is disabled by default. If enabled, then unused members in struct _reent are preserved to maintain the structure layout.
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