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, 5 insertions, 2 deletions
diff --git a/newlib/configure b/newlib/configure
index a87b42352..e23e46eb4 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2366,13 +2366,16 @@ CRT0=
CRT0_DIR=
if test -n "${sys_dir}"; then
CRT0=crt0.o
- CRT0_DIR=libc
+ CRT0_DIR=libc/
fi
CRT1=${crt1}
-CRT1_DIR=${crt1_dir}
+CRT1_DIR=
+if test -n "${crt1_dir}"; then
+ CRT1_DIR=${crt1_dir}/
+fi