]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in (CRT0S): Add back CRTfmode.o.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 13 Jun 2007 07:50:18 +0000 (07:50 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Wed, 13 Jun 2007 07:50:18 +0000 (07:50 +0000)
winsup/mingw/ChangeLog
winsup/mingw/Makefile.in

index 09eb25c195246255d4f17db19cc753f7bfbc3325..06e3388595308a00d0fc35fabd4e2333b3ab310f 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * Makefile.in (CRT0S): Add back CRTfmode.o.
+
 2007-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/stdlib.h: Don't include stdint.h.  Conditionally define intptr_t.
index 8958aee8faef00d50e2d7c7a280d32add70bb40c..cc760450fdcf4ec7d5373974edab21ca93af3cc4 100644 (file)
@@ -171,7 +171,7 @@ FLAGS_TO_PASS:=\
        TARFILEEXT="$(TARFILEEXT)"
 
 CRT0S = crt1.o dllcrt1.o crt2.o dllcrt2.o CRT_noglob.o crtmt.o crtst.o \
-       CRT_fp8.o CRT_fp10.o txtmode.o binmode.o
+       CRT_fp8.o CRT_fp10.o txtmode.o binmode.o CRTfmode.o
 MINGW_OBJS = CRTglob.o CRTfmode.o CRTinit.o  dllmain.o gccmain.o \
             main.o crtst.o mthr_stub.o CRT_fp10.o txtmode.o \
             pseudo-reloc.o pseudo-reloc-list.o cpu_features.o
This page took 0.033291 seconds and 5 git commands to generate.