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.in')
-rw-r--r--newlib/libc/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/configure.in b/newlib/libc/configure.in
index eeb5286bd..0fb66034a 100644
--- a/newlib/libc/configure.in
+++ b/newlib/libc/configure.in
@@ -77,6 +77,14 @@ fi
AC_SUBST(LIBC_UNIX_LIB)
AM_CONDITIONAL(HAVE_UNIX_DIR, test x${unix_dir} != x)
+LIBC_EXTRA_LIB=
+LIBC_EXTRA_DEF=
+extra_dir=
+
+AC_SUBST(LIBC_EXTRA_LIB)
+AC_SUBST(LIBC_EXTRA_DEF)
+AC_SUBST(extra_dir)
+
dnl We always recur into sys and machine, and let them decide what to
dnl do. However, we do need to know whether they will produce a library.