OSDN Git Service

* configure.in (CRT0_DIR): Set to libc/.
[pf3gnuchains/pf3gnuchains3x.git] / newlib / configure.in
index 2e21dab..9c62a1b 100644 (file)
@@ -43,13 +43,16 @@ CRT0=
 CRT0_DIR=
 if test -n "${sys_dir}"; then
   CRT0=crt0.o
-  CRT0_DIR=libc
+  CRT0_DIR=libc/
 fi
 AC_SUBST(CRT0)
 AC_SUBST(CRT0_DIR)
 
 CRT1=${crt1}
-CRT1_DIR=${crt1_dir}
+CRT1_DIR=
+if test -n "${crt1_dir}"; then
+  CRT1_DIR=${crt1_dir}/
+fi
 AC_SUBST(CRT1)
 AC_SUBST(CRT1_DIR)