diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:13:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-05 17:13:24 +0000 |
commit | c35ba525fc0b113e789dace37b74806d41256c1d (patch) | |
tree | bb4bf0d7ccb62d01b0fcce598f5e3a59b1196dc0 /newlib/libc/configure | |
parent | 969dd6dff9aae290ad5c64f9a0e4c07439d37586 (diff) | |
download | newlib-c35ba525fc0b113e789dace37b74806d41256c1d.zip newlib-c35ba525fc0b113e789dace37b74806d41256c1d.tar.gz newlib-c35ba525fc0b113e789dace37b74806d41256c1d.tar.bz2 |
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/configure.in: Remove redundant posix_dir processing.
* libc/configure: Regenerate.
Diffstat (limited to 'newlib/libc/configure')
-rwxr-xr-x | newlib/libc/configure | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/newlib/libc/configure b/newlib/libc/configure index a831df5..7781d51 100755 --- a/newlib/libc/configure +++ b/newlib/libc/configure @@ -625,7 +625,10 @@ HAVE_XDR_DIR_FALSE HAVE_XDR_DIR_TRUE LIBC_XDR_DEF LIBC_XDR_LIB +HAVE_POSIX_DIR_FALSE +HAVE_POSIX_DIR_TRUE LIBC_POSIX_DEF +LIBC_POSIX_LIB HAVE_STDIO64_DIR_FALSE HAVE_STDIO64_DIR_TRUE LIBC_STDIO64_DEF @@ -638,9 +641,6 @@ HAVE_SIGNAL_DIR_FALSE HAVE_SIGNAL_DIR_TRUE LIBC_SIGNAL_DEF LIBC_SIGNAL_LIB -HAVE_POSIX_DIR_FALSE -HAVE_POSIX_DIR_TRUE -LIBC_POSIX_LIB CRT0 subdirs 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_DEF= 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. Usually this means the macro was only invoked conditionally." "$LINENO" 5 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 as_fn_error "conditional \"HAVE_SIGNAL_DIR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |