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/libc/configure')
-rwxr-xr-xnewlib/libc/configure20
1 files changed, 9 insertions, 11 deletions
diff --git a/newlib/libc/configure b/newlib/libc/configure
index 7ece43eca..e1cb462ab 100755
--- a/newlib/libc/configure
+++ b/newlib/libc/configure
@@ -642,7 +642,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
-aext
oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
@@ -4385,7 +4384,6 @@ OBJEXT=${oext}
-
if test x$newlib_nano_malloc = xyes; then
NEWLIB_NANO_MALLOC_TRUE=
NEWLIB_NANO_MALLOC_FALSE='#'
@@ -4404,7 +4402,7 @@ fi
LIBC_SIGNAL_LIB=
if test -n "${signal_dir}"; then
- LIBC_SIGNAL_LIB=${signal_dir}/lib.${aext}
+ LIBC_SIGNAL_LIB=${signal_dir}/lib.a
fi
if test x${signal_dir} != x; then
@@ -4418,7 +4416,7 @@ fi
LIBC_STDIO_LIB=
if test -n "${stdio_dir}"; then
- LIBC_STDIO_LIB=${stdio_dir}/lib.${aext}
+ LIBC_STDIO_LIB=${stdio_dir}/lib.a
fi
if test x${stdio_dir} != x; then
@@ -4432,7 +4430,7 @@ fi
LIBC_STDIO64_LIB=
if test -n "${stdio64_dir}"; then
- LIBC_STDIO64_LIB=${stdio64_dir}/lib.${aext}
+ LIBC_STDIO64_LIB=${stdio64_dir}/lib.a
fi
if test x${stdio64_dir} != x; then
@@ -4446,7 +4444,7 @@ fi
LIBC_POSIX_LIB=
if test -n "${posix_dir}"; then
- LIBC_POSIX_LIB=${posix_dir}/lib.${aext}
+ LIBC_POSIX_LIB=${posix_dir}/lib.a
fi
if test x${posix_dir} != x; then
@@ -4460,7 +4458,7 @@ fi
LIBC_XDR_LIB=
if test -n "${xdr_dir}"; then
- LIBC_XDR_LIB=${xdr_dir}/lib.${aext}
+ LIBC_XDR_LIB=${xdr_dir}/lib.a
fi
if test x${xdr_dir} != x; then
@@ -4474,7 +4472,7 @@ fi
LIBC_SYSCALL_LIB=
if test -n "${syscall_dir}"; then
- LIBC_SYSCALL_LIB=${syscall_dir}/lib.${aext}
+ LIBC_SYSCALL_LIB=${syscall_dir}/lib.a
fi
if test x${syscall_dir} != x; then
@@ -4488,7 +4486,7 @@ fi
LIBC_UNIX_LIB=
if test -n "${unix_dir}"; then
- LIBC_UNIX_LIB=${unix_dir}/lib.${aext}
+ LIBC_UNIX_LIB=${unix_dir}/lib.a
fi
if test x${unix_dir} != x; then
@@ -4564,7 +4562,7 @@ subdirs="$subdirs sys/phoenix"
esac
SYS_DIR=sys/${sys_dir}
- LIBC_SYS_LIB=${SYS_DIR}/lib.${aext}
+ LIBC_SYS_LIB=${SYS_DIR}/lib.a
fi
if test x${sys_dir} != x; then
@@ -4909,7 +4907,7 @@ if test -n "${machine_dir}"; then
esac
LIBC_MACHINE_DIR=machine/${machine_dir}
- LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.${aext}
+ LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.a
fi
if test "x${LIBC_MACHINE_DIR}" != x; then
HAVE_LIBC_MACHINE_DIR_TRUE=