diff options
Diffstat (limited to 'newlib/libc/configure')
-rwxr-xr-x | newlib/libc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/configure b/newlib/libc/configure index bf5a25f9b..6770f6359 100755 --- a/newlib/libc/configure +++ b/newlib/libc/configure @@ -3006,7 +3006,7 @@ subdirs="machine sys" CRT0= -if test -n "${sys_dir}"; then +if test "x${have_crt0}" = "xyes"; then CRT0=crt0.o fi |