2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
* configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option. * configure: Regenerated.
This commit is contained in:
parent
a2a7aa3f4c
commit
c0d8520eeb
@ -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>
|
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
|
* libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
|
||||||
|
6
newlib/configure
vendored
6
newlib/configure
vendored
@ -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-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-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
|
--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
|
--enable-newlib-reent-small enable small reentrant struct support
|
||||||
--disable-newlib-fvwrite-in-streamio disable iov in streamio
|
--disable-newlib-fvwrite-in-streamio disable iov in streamio
|
||||||
--disable-newlib-fseek-optimization disable fseek optimization
|
--disable-newlib-fseek-optimization disable fseek optimization
|
||||||
@ -11695,7 +11695,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11684 "configure"
|
#line 11698 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
@ -11801,7 +11801,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11790 "configure"
|
#line 11804 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -106,7 +106,7 @@ AC_ARG_ENABLE(newlib-iconv-external-ccs,
|
|||||||
|
|
||||||
dnl Support --disable-newlib-atexit-dynamic-alloc
|
dnl Support --disable-newlib-atexit-dynamic-alloc
|
||||||
AC_ARG_ENABLE(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
|
[if test "${newlib_atexit_dynamic_alloc+set}" != set; then
|
||||||
case "${enableval}" in
|
case "${enableval}" in
|
||||||
yes) newlib_atexit_dynamic_alloc=yes ;;
|
yes) newlib_atexit_dynamic_alloc=yes ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user