* Makefile.in (CRT0S): Add back CRTfmode.o.

This commit is contained in:
Danny Smith 2007-06-13 07:50:18 +00:00
parent 5930885278
commit d25e2751e4
2 changed files with 5 additions and 1 deletions

View 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.

View 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