2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>

* libc/configure.in: Remove redundant posix_dir processing.
        * libc/configure: Regenerate.
This commit is contained in:
Jeff Johnston 2011-01-05 17:13:24 +00:00
parent 969dd6dff9
commit c35ba525fc
3 changed files with 10 additions and 38 deletions

View File

@ -1,3 +1,8 @@
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/configure.in: Remove redundant posix_dir processing.
* libc/configure: Regenerate.
2010-12-31 Ralf Corsepius <ralf.corsepius@rtems.org> 2010-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* MAINTAINERS: Change corinna@vinchen.de to corinna@vinschen.de. * MAINTAINERS: Change corinna@vinchen.de to corinna@vinschen.de.
@ -37,12 +42,12 @@
* libm/mathfp/sf_logarithm.c: Change isfinitef reference to isfinite. * libm/mathfp/sf_logarithm.c: Change isfinitef reference to isfinite.
2010-12-08 Ralf Corsepius <ralf.corsepius@rtems.org> 2010-12-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/sys/types.h: Add #if defined(__rtems__) around * include/sys/types.h: Add #if defined(__rtems__) around
pthread_attr_t.guardsize. pthread_attr_t.guardsize.
2010-12-08 Joel Sherrill <joel@OARcorp.com> 2010-12-08 Joel Sherrill <joel@OARcorp.com>
* include/pthread.h: Add pthread_attr_setstack, pthread_attr_getstack, * include/pthread.h: Add pthread_attr_setstack, pthread_attr_getstack,
pthread_attr_getguardsize, pthread_attr_setguardsize. pthread_attr_getguardsize, pthread_attr_setguardsize.

28
newlib/libc/configure vendored
View File

@ -625,7 +625,10 @@ HAVE_XDR_DIR_FALSE
HAVE_XDR_DIR_TRUE HAVE_XDR_DIR_TRUE
LIBC_XDR_DEF LIBC_XDR_DEF
LIBC_XDR_LIB LIBC_XDR_LIB
HAVE_POSIX_DIR_FALSE
HAVE_POSIX_DIR_TRUE
LIBC_POSIX_DEF LIBC_POSIX_DEF
LIBC_POSIX_LIB
HAVE_STDIO64_DIR_FALSE HAVE_STDIO64_DIR_FALSE
HAVE_STDIO64_DIR_TRUE HAVE_STDIO64_DIR_TRUE
LIBC_STDIO64_DEF LIBC_STDIO64_DEF
@ -638,9 +641,6 @@ HAVE_SIGNAL_DIR_FALSE
HAVE_SIGNAL_DIR_TRUE HAVE_SIGNAL_DIR_TRUE
LIBC_SIGNAL_DEF LIBC_SIGNAL_DEF
LIBC_SIGNAL_LIB LIBC_SIGNAL_LIB
HAVE_POSIX_DIR_FALSE
HAVE_POSIX_DIR_TRUE
LIBC_POSIX_LIB
CRT0 CRT0
subdirs subdirs
CPP CPP
@ -11805,24 +11805,6 @@ fi
LIBC_POSIX_LIB=
if test -n "${posix_dir}"; then
if test "${use_libtool}" = "yes"; then
LIBC_POSIX_LIB=${posix_dir}/lib${posix_dir}.${aext}
else
LIBC_POSIX_LIB=${posix_dir}/lib.${aext}
fi
fi
if test x${posix_dir} != x; then
HAVE_POSIX_DIR_TRUE=
HAVE_POSIX_DIR_FALSE='#'
else
HAVE_POSIX_DIR_TRUE='#'
HAVE_POSIX_DIR_FALSE=
fi
LIBC_SIGNAL_LIB= LIBC_SIGNAL_LIB=
LIBC_SIGNAL_DEF= LIBC_SIGNAL_DEF=
if test -n "${signal_dir}"; then if test -n "${signal_dir}"; then
@ -12225,10 +12207,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
as_fn_error "conditional \"am__fastdepCC\" was never defined. as_fn_error "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5 Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi fi
if test -z "${HAVE_POSIX_DIR_TRUE}" && test -z "${HAVE_POSIX_DIR_FALSE}"; then
as_fn_error "conditional \"HAVE_POSIX_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${HAVE_SIGNAL_DIR_TRUE}" && test -z "${HAVE_SIGNAL_DIR_FALSE}"; then if test -z "${HAVE_SIGNAL_DIR_TRUE}" && test -z "${HAVE_SIGNAL_DIR_FALSE}"; then
as_fn_error "conditional \"HAVE_SIGNAL_DIR\" was never defined. as_fn_error "conditional \"HAVE_SIGNAL_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5 Usually this means the macro was only invoked conditionally." "$LINENO" 5

View File

@ -41,17 +41,6 @@ dnl For each directory which we may or may not want, we define a name
dnl for the library and an automake conditional for whether we should dnl for the library and an automake conditional for whether we should
dnl build the library. dnl build the library.
LIBC_POSIX_LIB=
if test -n "${posix_dir}"; then
if test "${use_libtool}" = "yes"; then
LIBC_POSIX_LIB=${posix_dir}/lib${posix_dir}.${aext}
else
LIBC_POSIX_LIB=${posix_dir}/lib.${aext}
fi
fi
AC_SUBST(LIBC_POSIX_LIB)
AM_CONDITIONAL(HAVE_POSIX_DIR, test x${posix_dir} != x)
LIBC_SIGNAL_LIB= LIBC_SIGNAL_LIB=
LIBC_SIGNAL_DEF= LIBC_SIGNAL_DEF=
if test -n "${signal_dir}"; then if test -n "${signal_dir}"; then