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
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2013-05-11 00:14:33 +0400
committerJeff Johnston <jjohnstn@redhat.com>2013-05-11 00:14:33 +0400
commitc0d8520eebe9d4b08aea198582ec08905be1c1a7 (patch)
treeb65daf3af9b812b799842003e19d8f16e5fed27f /newlib
parenta2a7aa3f4ce1e11a6b97943bb44419d05d6f6580 (diff)
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
* configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option. * configure: Regenerated.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rwxr-xr-xnewlib/configure6
-rw-r--r--newlib/configure.in2
3 files changed, 9 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4f50b53d8..68c7387ee 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
+
+ * configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option.
+ * configure: Regenerated.
+
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
diff --git a/newlib/configure b/newlib/configure
index cf14cd1ae..a91700c21 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -1453,7 +1453,7 @@ Optional Features:
--enable-newlib-iconv-from-encodings enable specific comma-separated list of \"from\" iconv encodings to be built-in
--enable-newlib-iconv-to-encodings enable specific comma-separated list of \"to\" iconv encodings to be built-in
--enable-newlib-iconv-external-ccs enable capabilities to load external CCS files for iconv
- --disable-newlib-atexit-alloc disable dynamic allocation of atexit entries
+ --disable-newlib-atexit-dynamic-alloc disable dynamic allocation of atexit entries
--enable-newlib-reent-small enable small reentrant struct support
--disable-newlib-fvwrite-in-streamio disable iov in streamio
--disable-newlib-fseek-optimization disable fseek optimization
@@ -11695,7 +11695,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11684 "configure"
+#line 11698 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11801,7 +11801,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11790 "configure"
+#line 11804 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
diff --git a/newlib/configure.in b/newlib/configure.in
index 58f56b9ad..95025fe88 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -106,7 +106,7 @@ AC_ARG_ENABLE(newlib-iconv-external-ccs,
dnl Support --disable-newlib-atexit-dynamic-alloc
AC_ARG_ENABLE(newlib-atexit-dynamic-alloc,
-[ --disable-newlib-atexit-alloc disable dynamic allocation of atexit entries],
+[ --disable-newlib-atexit-dynamic-alloc disable dynamic allocation of atexit entries],
[if test "${newlib_atexit_dynamic_alloc+set}" != set; then
case "${enableval}" in
yes) newlib_atexit_dynamic_alloc=yes ;;