Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2000-11-30 00:14:48 +0300
committerEarnie Boyd <earnie@users.sf.net>2000-11-30 00:14:48 +0300
commitb52aba3fc292bced2167b49831db4a5350dfa090 (patch)
tree461836c0aac06ed62066e695999f5e33af797c9e /winsup/mingw/ChangeLog
parent1ad02eaa81469e2a37197663bdcf1cd1b83f7d37 (diff)
* Makefile.in: eliminate the need for RUNTIME and CRT_ID.
Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o. Create a libcoldname.a for the oldname library for CRTDLL. Restrict libmoldname.a for the oldname library for MSVCRT. * configure.in: eliminate setting RUNTIME and CRT_ID variables. Restructure the $target_os case logic. Always name the MinGW thread dll helper mingwm. Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw. * configure: regenerate.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 6b802ade6..5cb3f55e9 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,15 @@
+2000-11-29 Earnie Boyd <earnie_boyd@yahoo.com>
+
+ * Makefile.in: eliminate the need for RUNTIME and CRT_ID.
+ Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o.
+ Create a libcoldname.a for the oldname library for CRTDLL.
+ Restrict libmoldname.a for the oldname library for MSVCRT.
+ * configure.in: eliminate setting RUNTIME and CRT_ID variables.
+ Restructure the $target_os case logic.
+ Always name the MinGW thread dll helper mingwm.
+ Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw.
+ * configure: regenerate.
+
2000-11-22 Earnie Boyd <earnie_boyd@yahoo.com>
* Makefile.in: Fix bindist target to distribute the correct files.