Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/README b/newlib/README
index d1753fcc9..a8aba991c 100644
--- a/newlib/README
+++ b/newlib/README
@@ -361,6 +361,11 @@ One feature can be enabled by specifying `--enable-FEATURE=yes' or
Disable newlib from supplying syscalls.
Enabled by default.
+`--enable-lite-exit'
+ Enable lite exit, a size-reduced implementation of exit that doesn't
+ invoke clean-up functions such as _fini or global destructors.
+ Disabled by default.
+
Running the Testsuite
=====================