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/configure.in')
-rw-r--r--newlib/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index 28c290148..2e21dab22 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -48,6 +48,11 @@ fi
AC_SUBST(CRT0)
AC_SUBST(CRT0_DIR)
+CRT1=${crt1}
+CRT1_DIR=${crt1_dir}
+AC_SUBST(CRT1)
+AC_SUBST(CRT1_DIR)
+
if test -n "${libm_machine_dir}"; then
LIBM_MACHINE_OBJECTLIST=libm/machine/${libm_machine_dir}/objectlist.awk.in
fi