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