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')
-rwxr-xr-xnewlib/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure
index 359665cf9..a87b42352 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2371,6 +2371,11 @@ fi
+CRT1=${crt1}
+CRT1_DIR=${crt1_dir}
+
+
+
if test -n "${libm_machine_dir}"; then
LIBM_MACHINE_OBJECTLIST=libm/machine/${libm_machine_dir}/objectlist.awk.in
fi
@@ -2623,6 +2628,8 @@ s%@HAVE_DOC_FALSE@%$HAVE_DOC_FALSE%g
s%@subdirs@%$subdirs%g
s%@CRT0@%$CRT0%g
s%@CRT0_DIR@%$CRT0_DIR%g
+s%@CRT1@%$CRT1%g
+s%@CRT1_DIR@%$CRT1_DIR%g
s%@LIBM_MACHINE_OBJECTLIST@%$LIBM_MACHINE_OBJECTLIST%g
s%@MACHINE_OBJECTLIST@%$MACHINE_OBJECTLIST%g
s%@SYS_OBJECTLIST@%$SYS_OBJECTLIST%g