OSDN Git Service

2004-09-15 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains4x.git] / newlib / configure.in
index 610429e..dbc4cb5 100644 (file)
@@ -139,7 +139,7 @@ AC_CONFIG_SUBDIRS(${configdirs})
 
 CRT0=
 CRT0_DIR=
-if test x${sys_dir} != xcygwin && test -n "${sys_dir}"; then
+if test -n "${sys_dir}"; then
   CRT0=crt0.o
   CRT0_DIR=libc/
 fi