From 98650d2fa2d2443ede83cc9f5d21d39e8078e60b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 14 Sep 2004 18:12:53 +0000 Subject: 2004-09-14 Jeff Johnston * configure.host: Add Cygwin sys directory. * configure.in: Do not set CRT0 for cygwin. * libc/configure.in: Ditto. * libc/sys/configure.in: Ditto. * configure: Regenerated. * libc/configure: Ditto. * libc/sys/configure: Ditto. * libc/include/sys/reent.h: Add __REENT_HAS_CXA_SUPPORT flag. * libc/stdlib/__atexit.c: Keep cxa support protected by new __REENT_HAS_CXA_SUPPORT flag. * libc/stdlib/__call_atexit.c: Ditto. * libc/stdlib/cxa_atexit.c: Ditto. * libc/stdlib/cxa_finalize.c: Ditto. * libc/sys/cygwin/Makefile.am: New file. * libc/sys/cygwin/Makefile.in: Ditto. * libc/sys/cygwin/aclocal.m4: Ditto. * libc/sys/cygwin/configure: Ditto. * libc/sys/cygwin/configure.in: Ditto. * libc/sys/cygwin/dummy.c: Ditto. * libc/sys/cygwin/sys/reent.h: Ditto. This file is stabilized version of reent.h. --- newlib/libc/sys/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/sys/configure.in') diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in index 4a53612e0..105fa1c3c 100644 --- a/newlib/libc/sys/configure.in +++ b/newlib/libc/sys/configure.in @@ -22,7 +22,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 AC_SUBST(CRT0) -- cgit v1.2.3