diff options
Diffstat (limited to 'newlib/configure')
-rwxr-xr-x | newlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure index 2d65f088e..9007c72ed 100755 --- a/newlib/configure +++ b/newlib/configure @@ -3205,7 +3205,7 @@ subdirs="${configdirs}" CRT0= CRT0_DIR= -if test -n "${sys_dir}"; then +if test x${sys_dir} != xcygwin && test -n "${sys_dir}"; then CRT0=crt0.o CRT0_DIR=libc/ fi |